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

custom php.ini

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

How to flush DNS cache in my PC?

How to flush DNS cache in Linux / Windows / Mac Flush dns to get a new name resolution. Also...

Fix for Filezilla Failing to Retrieve Directory Listing

Windows Server FTP issue Filezilla uses Passive Mode by default. It seems you are having...

CAPTCHA: Telling Humans and Computers Apart Automatically

A CAPTCHA is a program that protects websites against bots by generating and grading tests that...

Error: register_globals is disabled in your PHP

If you installed a new script and are getting the 500 error trying to load the page please see...