PHP settings that cannot be changed on Shared Hosting

Shared and Reseller hosting are shared environments and have certain limits on what can be changed in order to maintain the stability and security of the the server.

PHP has been configured to use the following well known settings on our shared and reseller servers:

safe mode = Off (CANNOT BE ADJUSTED)
memory_limit = 256M (MAXIMUM)
max_execution_time = 30 (MAXIMUM in seconds)
max_input_time = 60 (MAXIMUM in seconds)
post_max_size = 50M (MAXIMUM)
upload_max_filesize = 50M (MAXIMUM)
enable_dl = Off (CANNOT BE ADJUSTED)
register_globals = Off (CANNOT BE ADJUSTED)

The above settings either CANNOT be changed or exceeded on Shared and Reseller accounts. These limits are set to prevent extremely high resource usage in shared environments as well as maintain a level of security.

We have found that a majority of the PHP scripts will work within these limits, and the scripts that require more resources are best suited for a VPS or dedicated server.

If you have requirements that exceed the above parameters, then please raise a support ticket to see what we can do for you.

DISABLED PHP FUNCTIONS
For a list of disabled php functions, please raise a support ticket and we will advise you. Due to security we cannot publish which php functions are enabled or disabled.

 

  • 0 Kasutajad peavad seda kasulikuks
Kas see vastus oli kasulik?

Seotud artiklid

How to turn PHP register_globals to ON

This post is in regards to .htaccess files and php.ini files and phpSuExec.Because some of our...

What PHP Version does my Hosting Account Have?

In general we like to upgrade to the latest stable php version when its released.To check the...

Enabling dl()

Our servers have dl() disabled due to the flame.so exploit which can allow a malicious user to...

php.ini files - upload_tmp_dir

upload_tmp_dir This setting controls the temporary location of files uploaded with an HTML form....

Enabling Mod Rewrite

Mod rewrite is enabled on the server itself so when you set up a domain the only thing that needs...