View Single Post
Old March 1st, 2007, 1:11 PM   #2 (permalink)
decx
Registered User
Seasoned Poster
 
Joined in Feb 2007
65 posts
Gave thanks: 4
Thanked 5 times
Quote:
Originally Posted by 3pm View Post
How can I tell if my server has suExec and/or PHPsuExec?
Create a phpinfo.php containing:

Code:
 <?php  
phpinfo();  
?>
Upload it then acces it on your browser. If line 4 of the phpinfo shows CGI then your server is running PHPsuexec.
__________________
SH113
decx is offline   Reply With Quote