Changes between Version 52 and Version 53 of PuffinServer
- Timestamp:
- 07/11/13 14:16:41 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PuffinServer
v52 v53 78 78 octopus up-stable all 79 79 }}} 80 81 ==== nginx config changes ==== 80 82 81 83 To get the nginx and php-fpm munin stats working the following code starting with the comment needs adding to {{{/var/aegir/config/server_master/nginx.conf}}} in the nginx default server section: … … 114 116 }}} 115 117 118 Logs for analysis on penguin, see wiki:WebServerLogs are generated via the following being added to the {{{http}}} section of the {{{/etc/nginx/nginx.conf}}} file: 119 120 {{{ 121 # log for awstats 122 log_format apache '$remote_addr - $remote_user [$time_local] "$request" ' 123 '$status $body_bytes_sent "$http_referer" ' 124 '"$http_user_agent"'; 125 access_log /var/log/nginx/awstats.log apache; 126 }}} 127 128 ==== php-fpm config changes ==== 129 116 130 And the following lines need uncommenting in {{{/opt/local/etc/php53-fpm.conf}}}: 117 131 … … 162 176 }}} 163 177 178 ==== mysql config changes ==== 179 164 180 These settings in {{{/etc/mysql/my.cnf}}} are changed from the default and need checking after each upgrade: 165 181 … … 168 184 max_user_connections = 75 169 185 }}} 186 187 ==== xdrago shell script changes ==== 170 188 171 189 To disable the clobbering of log files two shell scripts need editing and some lines commenting out (see ticket:555#comment:22): … … 187 205 }}} 188 206 189 Upgrade tickets: 207 ==== Upgrade tickets ==== 190 208 191 209 * BOA-2.0.9 ticket:547