Changes between Version 76 and Version 77 of NewLiveServer


Ignore:
Timestamp:
09/23/11 12:08:46 (5 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewLiveServer

    v76 v77  
    268268}}} 
    269269 
     270To supress the varnish purge output generated when Drupal flushes it's cache in the logcheck emails create {{{/etc/logcheck/ignore.d.server/local-rules}}} with the following in it: 
     271 
     272{{{ 
     273# varnish 
     274localhost varnishd\[[0-9]+\]: CLI telnet 127.0.0.1 
     275}}} 
     276 
     277And then symlink it: 
     278 
     279{{{ 
     280cd /etc/logcheck/violations.ignore.d 
     281ln -s ../ignore.d.server/local-rules  
     282}}} 
     283 
     284See http://www.agentbob.info/agentbob/g3/83-AB.html 
     285 
    270286== apc == 
    271287