Varnish
Hank Beaver presenting Varnish to the Atlanta Ruby User Group
CORRECTION:
Varnish configuration files CAN be validated without restarting Varnish. See this post: Validating VCL Syntax
Tagged:
varnish rails ruby caching

Varnish
E-mail to friends
Print
RSS
Post Comments
Add Your Comment!
Log in to leave a comment or Create an accountphillc writes:
I like the idea used of creating a script/varnish. However, I didn't like having to put a vcl file in my config folder. After some tinkering, I managed to get it to work with this in that bash file
/opt/local/sbin/varnishd -a :6081 -b :3000 -T :6082 -b localhost:3000 -F -s file,/tmp/varnish.storage,100M -n /tmp/varnish
(note, location of my varnishd is different than in presentation)
» Comments RSS