Question about Cache Purge

2009-07-13 Thread Brian Pan
Hi all, I have a newbie question regarding 'purging the cache.' When I run the following command to purge the root domain of my website, varnishadm -T localhost:80 purge.url ^/$ I get this error: An error occured in receiving status. Based on examples, I've setup my VCL as follows:

Varnish Cache and Page Load Time

2009-04-24 Thread Brian Pan
? Thanks for your help, Brian Pan brian@light-mc.com ___ varnish-misc mailing list varnish-misc@projects.linpro.no http://projects.linpro.no/mailman/listinfo/varnish-misc

IP and mod_rpaf

2008-09-10 Thread Brian Pan
Here's an apache module that might be useful for some people: http://stderr.net/apache/rpaf/ It's similar to mod_extracted_forward'. It rewrites the remote_addr for apache on the backend, so that Apache logs will see the client IP address and not varnish server's address. I also