|
|
#1 (permalink) | |
|
Surpass Staff
Joined in May 2003
Lives in Orlando
23,929 posts
Gave thanks: 904
Thanked 769 times
|
What exactly does the phpsuexec module do?
For php to run under suExec, it must run as a CGI script which is a lot more secure than running as an Apache module (such as mod_php).
Normally under these circumstances, you would need to update all your PHP scripts to include an "interpreter line" such as Quote:
Adding this line to all your scripts would be very long winded though. This is where phpSuExec comes in - it "automagically" adds the interpreter line when your php script is run: saving you from the hassle of adding the interpreter line!
__________________
Have you ever want to draw a windmill, and after that animate it? No problem!
|
|
|
|
|
| This user thanks Kayla for this great post! | Shirubia (May 2nd, 2008) |