Changes between Version 41 and Version 42 of LiveServer
- Timestamp:
- 07/30/10 19:03:13 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LiveServer
v41 v42 248 248 }}} 249 249 250 And the Mysql configuration in /usr/local/etc/munin/plugin-conf.d/plugins.conf was changed to: 251 252 {{{ 253 [mysql*] 254 user root 255 group wheel 256 env.mysqlopts --defaults-extra-file=/root/.my.cnf 257 env.mysqladmin /usr/local/bin/mysqladmin 258 env.mysqlshow /usr/local/bin/mysqlshow 259 }}} 260 250 261 The following apache configuration was carried across from the old live server, in the default !VirtualHost in /usr/local/etc/apache22/httpd.conf: 251 262 … … 284 295 {{{ 285 296 [apache_*] 297 user root 298 group wheel 286 299 env.url http://127.0.0.1:%d/server-status?auto 287 300 env.ports 80 … … 313 326 {{{ 314 327 [multimemory] 328 user root 329 group wheel 330 env.os freebsd 315 331 env.names httpd mysqld fcgi sendmail 316 332 }}}