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

What is the path to public html in php?

The path to public html is: home/$cpusername/public_html/

Do I use localhost or remotemysqlhost for my mysql connection ?

You can view whether your account is using localhost or remotemysql host in your cPanel...

How to Use PHP 5.3 on Linux Hosting

The release of PHP 5.3.x is a major improvement in the 5.x series which includes a large number...

What is php.ini ?

The php.ini file is a special file for phpSuExec (pronounced php-soo-ec-sec). The...

What is high CPU usage and how can I reduce my usage?

What exactly is CPU Usage and What does it mean to your hosting account? CPU time (or CPU...