Re: varnishd gives 'Cannot create working directory' error

2007-10-22 Thread Damien Wetzel
bennett, i had the same issue a week ago. Did you check that you have not many instances of varnishd ? I was using a varnishd from a compile without the --prefix option, when i thought i was using the other compiled with --prefix /opt/varnish try removing all varnish* and recompile all the

varnishd config.

2007-10-22 Thread Dan Deshayes
Hello, I'm having som problems getting my varnish to work as i want to. I'm running a minimal config: backend default { set backend.host = host; set backend.port = port; } sub vcl_recv { if (req.request == GET req.url ~ \.(gif|png|css|js)$) { lookup; } } When I go to the

Re: Setting default_ttl in vcl file

2007-10-22 Thread Ingvar Hagelund
This mail has stayed unanswered on varnish-dist, but I think someone on varnish-misc may be able to answer. Ingvar Steve Scally [EMAIL PROTECTED] said on [EMAIL PROTECTED] Hello, I have just started to use varnish and was looking into the default cache time of an object / item, etc. I

Re: varnishd config.

2007-10-22 Thread Jeff Nichols
By default, Varnish doesn't cache any responses where cookies are involved (in your case the php session id). There are a few messages in the mailing list archive that explain how to override this behavior. Jeff On Oct 22, 2007, at 11:27 AM, Dan Deshayes wrote: Hello, I'm having som

Re: Setting default_ttl in vcl file

2007-10-22 Thread Dag-Erling Smørgrav
Ingvar Hagelund [EMAIL PROTECTED] writes: Steve Scally [EMAIL PROTECTED] writes: Now my question, is there a more direct way to change the default_ttl either through configuration files or .vcl file? If these are pretty much the only three ways that is fine, I just wanted to make sure I