Changes between Version 4 and Version 5 of faq/server/change-php-ini-settings
- Timestamp:
- Sep 28, 2010, 5:25:47 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/server/change-php-ini-settings
v4 v5 28 28 }}} 29 29 30 * Once you have created this file, login to the [https://members.mayfirst.org Members control panel] and add this line to your Web configuration setting: 31 30 * Once you have created this file, modify your suexec wrapper script in /home/members/<member-name>/sites/<domain-name>/bin/php-cgi, adding a -c option, so it reads: 32 31 {{{ 33 suPHP_ConfigPath/home/members/<member-name>/sites/<domain-name>/include/php532 /usr/bin/php-cgi -c /home/members/<member-name>/sites/<domain-name>/include/php5 34 33 }}} 35 34