phpSuExec or suPHP

PHPsuExec (pronounced sue-eksek) is a more secure environment for executable files. SuPHP is the same idea, but a more recent product specifically for PHP.

All of our shared and dedicated servers have both PHPsuExec and suPHP. Only dedicated has the option to remove these.

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

To verify your server is using suPHP, 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:

<?php
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 suPHP.
If it shows 'apache' then you are NOT on a suPHP server.

With this information, you now know our servers normally have PHP running as CGI (not Apache).

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Apache modules that are on all of our shared servers

core.c mod_authn_file.c mod_authn_dbm.c mod_authn_dbd.c mod_authn_default.c mod_authn_alias.c...

Can I change the server clock or time zone ?

The server clock is set to UTC +5. You cannot change the time on the server clock. You can...

Can I use Boonex Software (Ray, Dolphin & Orca) ?

This software will work on our shared servers, however you may NOT be able to use the...

Compatible Technologies

Does Deezon support what I need? Important Notice: This page doesn't mean that we install these...

cPanel Languages & RV Skins

cPanel Languages, RVSkins Other languages are available for shared accounts; just go to cPanel...