On Wed, May 04, 2011 at 06:55:44AM +0800, Yaojian wrote: > Varnish + Apache + Drupal 6.17 , these days suffering from spam bots. > > The varnish's ACL is loaded when it starts and I am looking for a way > to avoid restarting varnish after adding a new robot.
You can use vcl.load, vcl.use and vcl.discard to load new VCL on the fly. -- Andreas _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
