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


Ignore:
Timestamp:
Jan 30, 2011, 2:12:52 PM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

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

    v12 v13  
    1 == How do I increase my PHP file upload limit or change my php.ini settings? ==
     1[[PageOutline]]
    22
    3 = When accessing via the web =
     3= How do I increase my PHP file upload limit or change my php.ini settings? =
     4
     5== When accessing via the web ==
    46
    57You 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).
     
    3638''IMPORTANT: Please use caution when changing these settings. Take note of the default setting and only change minimally as needed. We are operating on shared servers - so if you change your site to use more resources, you may have an adverse impact on the other members.''
    3739
    38 = When accessing via drush =
     40== When accessing via drush ==
    3941
    4042If you are using drush, your custom php.ini file will not be used. To change settings, create a file called drushrc.php and place this file in your Drupal site's sites/default/ directory. You can add settings like: