Do your servers have suPHP/suEXEC enabled?

Yes, all of our servers have suPHP/suEXEC enabled, which provides better security.

suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter.

Apache suEXEC is a feature of the Apache Web server. It allows users to run CGI and SSI applications as a different user - normally, all web server processes run as the default web server user (often wwwrun or nobody). The suEXEC feature consists of a module for the web server and a binary executable which acts as a wrapper. If a client requests a CGI and suEXEC is activated, it will call the suEXEC binary which then wraps the CGI scripts and executes it under the user account of the server process (virtual host) defined in the virtual host directive.

Note: Additionally, suEXEC perform a multi-step check on the executed CGI to ensure security for the server (including path-checks, a limit of permitted commands, etc.) Used properly, this feature can reduce considerably the security risks involved with allowing users to develop and run private CGI or SSI programs.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Where is your Terms of Service (TOS) located?

You may view and read through our Terms of Service by clicking on the link below:...

Are you PayPal Verified?

Yes! Hostmeva.com, has been a PayPal Verified seller since July 3, 2007. Many other online...

Can I have a Dedicated IP?

Yes we do offer dedicated IPs for SSL-based websites.A Dedicated IP is required to add an SSL...

Can I install Magento on your servers?

Yes, our servers are fully compatible and optimized to run Magento Commerce. You can install...

Can I password protect directories?

Yes, you can password protect directories within cPanel.