What is phpSuExec?

phpSuExec (pronounced sue-eksek) is a more secure environment for PHP. All of our shared servers are phpSuExec. Most dedicated are as well.

This secure environment makes 777 file permissions unacceptable, and makes php.ini necessary.

To verify your server is using phpsuexec, create a simple 'php info' script.
Create a file named 'phpinfo.php' in the public_html folder of your site and insert the following code:

phpinfo();
?>

Load the file in your browser and in the top section find the line 'Server API'.
If it shows 'CGI' then your account is on a server with phpsuexec.
If it shows 'apache' then you are NOT on a phpsuexec server.

Now you also know if PHP is running as Apache or CGI.

 

Was this answer helpful?

 Print this Article

Also Read

How do I limit what the search engines can index ?

Various search engines such as Google have what are called 'spiders' or 'robots' continually...

Do I get a Site Seal when I purchase an SSL Certificate?

Yes you do receive a Site Seal when you purchase an SSL Certificate.

How do I activate SSL in osCommerce?

In order to configure osCommerce to work with SSL please open the file...

custom php.ini

PHP Selector allows customer to edit php.ini settings. Admin has a full control over which...

How do I perform a trace route?

Traceroute (tracert) works by sending a packet to an open UDP port on a destination machine. For...