Changes between Version 49 and Version 50 of PuffinServer
- Timestamp:
- 06/20/13 13:33:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v49 v50 47 47 Please note the settings that we changed from the default BOA ones in {{{/opt/local/etc/php53-fpm.conf}}} below. 48 48 49 When the server boots another version of php-fpm starts, which is listed in top and ps as php5-fpm, this one:49 When the server boots another version of php-fpm was also started, which is listed in top and ps as php5-fpm, this one: 50 50 51 51 {{{ … … 58 58 /etc/init.d/php5-fpm stop 59 59 }}} 60 61 It has been stopped from running at runlevel 2 by deleting this symlink (see ticket:560#comment:17): 62 63 {{{ 64 /etc/rc2.d/S01php5-fpm -> ../init.d/php5-fpm 65 }}} 66 60 67 61 68 === Upgrading BOA ===