Changes between Version 41 and Version 42 of LiveServer


Ignore:
Timestamp:
07/30/10 19:03:13 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LiveServer

    v41 v42  
    248248}}} 
    249249 
     250And the Mysql configuration in /usr/local/etc/munin/plugin-conf.d/plugins.conf was changed to: 
     251 
     252{{{ 
     253[mysql*] 
     254user root 
     255group wheel 
     256env.mysqlopts --defaults-extra-file=/root/.my.cnf 
     257env.mysqladmin /usr/local/bin/mysqladmin 
     258env.mysqlshow /usr/local/bin/mysqlshow 
     259}}} 
     260 
    250261The following apache configuration was carried across from the old live server, in the default !VirtualHost in /usr/local/etc/apache22/httpd.conf: 
    251262 
     
    284295{{{ 
    285296[apache_*] 
     297user root 
     298group wheel 
    286299env.url   http://127.0.0.1:%d/server-status?auto 
    287300env.ports 80  
     
    313326{{{ 
    314327[multimemory] 
     328user root 
     329group wheel 
     330env.os freebsd 
    315331env.names httpd mysqld fcgi sendmail 
    316332}}}