Gem-small
Log in or Sign up

Mail_new E-mail to friends
Print Print

Varnish

Posted October 17, 2009 in Info | 265 views | 1 comment

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


Post Comments

Add Your Comment!

Log in to leave a comment or Create an account
N22612589_34497089_8419_thumb

phillc writes:

November 03, 2009

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)


» All comments
» Comments RSS