Changes between Version 13 and Version 14 of faq/server/change-php-ini-settings


Ignore:
Timestamp:
May 11, 2012, 2:50:21 PM (13 years ago)
Author:
Joseph
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/server/change-php-ini-settings

    v13 v14  
    99If you would like to override any of those settings:
    1010
    11 Edit your custom php.ini file. It will be located in /home/members/MEMBERNAME/sites/DOMAIN/include/php5/php.ini. For example, if you want to increase the upload file limit size, you may want to add:
     11Edit your custom php.ini file. For members on shared hosting, it will be located in /home/members/MEMBERNAME/sites/DOMAIN/include/php5/php.ini.  For members with a virtual private server, a new file needs to be added in /etc/php5/conf.d/MEMBERNAME.ini.  This file will need to be added by the root user and then Apache restarted, so you'll need to open a ticket. 
     12
     13For example, if you want to increase the upload file limit size, you may want to add:
    1214
    1315{{{