Changes between Version 18 and Version 19 of faq/server/change-php-ini-settings
- Timestamp:
- Jun 20, 2014, 3:36:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/server/change-php-ini-settings
v18 v19 6 6 == When accessing via the web == 7 7 8 You have full control over your PHP installation - you can change any php.ini setting that you would like. By default, your sites will use our global php.ini file (which is located in /etc/php5/cgi/php.ini).8 You have full control over your PHP installation - you can change any php.ini setting that you would like. By default, your sites will use our global php.ini file (which is located in `/etc/php5/cgi/php.ini`). 9 9 10 If you would like to override any of those settings :10 If you would like to override any of those settings, you'll need to edit your site's custom `php.ini` file. 11 11 12 Edit your custom php.ini file. For members on shared hosting, see below - you will need an admin to help you. 12 13 === Finding your custom `php.ini` file === 14 15 For members on shared hosting, the custom `php.ini` file for site `example.org` from the `example` membership would be: 16 17 {{{ 18 /home/members/example/sites/example.org/include/php5/php.ini 19 }}} 20 21 For members not using shared hosting, see below - you will need an admin to help you. 22 23 === what you can change in `php.ini` === 13 24 14 25 For example, if you want to increase the upload file limit size, you may want to add: