About suPHP

Your website runs in suPHP, which is a more secure environment for executable files. This secure environment makes 777 file permissions unacceptable, and makes a file called php.ini necessary in some cases.

Some common changes that you must make when moving from non-secure php environment to suPHP:

For example, if your site had these settings in a .htaccess file:

php_flag upload_max_filesize 10M
php_value post_max_size 10M
php_value max_execution_time 30

SuExec users must put them in a php.ini file instead. Here is the proper syntax:

 

upload_max_filesize = 10M
post_max_size = 10M
max_execution_time = 30
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

PHP Modules

bcmath hash mime_magic Reflection wddx calendar iconv mssql session xml...

Can I change the server clock or time zone?

The server clock is set to Central Standard Time. You can change the time zone being displayed...

Server specifications, specs

Intel Xeon E3-1230 V2 3.3GHz Processor 16 GB DDR3 Memory 100 mbps (mega bits per second)...

What version of PHP are you using?

Follow this link for the current PHP version and a configuration overview.

What is php.ini ?

The php.ini file and changing PHP Settings The php.ini file is a special file for PHP and...

Powered by WHMCompleteSolution