Changes between Version 76 and Version 77 of NewLiveServer
- Timestamp:
- 09/23/11 12:08:46 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLiveServer
v76 v77 268 268 }}} 269 269 270 To 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 274 localhost varnishd\[[0-9]+\]: CLI telnet 127.0.0.1 275 }}} 276 277 And then symlink it: 278 279 {{{ 280 cd /etc/logcheck/violations.ignore.d 281 ln -s ../ignore.d.server/local-rules 282 }}} 283 284 See http://www.agentbob.info/agentbob/g3/83-AB.html 285 270 286 == apc == 271 287