How safe will be my CGI scripts be, if I host with you?

We have PHPSuExec enabled in the server. When using the common PHP installation on a webserver, php runs as the user nobody and it doesn't require the execute flag to be enabled.

The problem on this is that if mod_openbasedir is not installed, every user will be able to read your php files because everyone is virtually sharing the same username (nobody).

As most of you already know, PHP Files are not meant to be read, but parsed, and that is where the problem resides. PHP Files have to be parsed, otherwise everyone who is able to read your php file will see settings that you would probably want to keep private, such as your MySQL username and password.

PHPSUEXEC fixes all this because it requires php to be run as the file owner's username. (for example: andre)

This is not everything it fixes though. PHPSUEXEC is also here to fix file ownership problems. This has been a common issue on a few Content Management Systems such as Joomla and also on the popular blog software: WordPress.

It also adds security to your files as you can use permissions such as 600 or 700 in your files and your visitors will still be able to view them (parsed) in their browsers.
  • 146 Users Found This Useful
Was this answer helpful?

Related Articles

Can I see some of the websites you host?

Unfortunately, we are unable to list our clients, but if you want to strike up a conversation...

Can I host friends?

Yes, you may host your friends. If you want your friends to have their own control panels for...

Can I pay by check or money order?

Eleven2 only accepts payment via Check, credit card and PayPal at this time

Do you accept PayPal?

Yes, Paypal is Accepted.

Do you do regular backups of my account?

Yes, we use R1soft to make nightly backups of your account.  We keep backups from the last 7...