On Thu, Mar 3, 2011 at 5:35 PM, Iliya Sharov <[email protected]> wrote:

>  Hi.
> May be
> sub vcl_hash
> {
>         set req.hash
> +=req.url;
>
>
> return(hash);
> }
>

This part isn't necessary.

>
> sub vcl_fetch
> {
>         if (req.url ~ "(php") { set beresp.ttl =30s;}
> }
>

It will work.


> and  -p lru_interval=30 in command-line run options?
>

This is also not relevant. I wouldn't recommend screwing around with
parameters unless it is called for and you're know what you're doing.


-- 
Per Buer, Varnish Software
Phone: +47 21 98 92 61 / Mobile: +47 958 39 117 / Skype: per.buer
Varnish makes websites fly!
Want to learn more about Varnish?
http://www.varnish-software.com/whitepapers
_______________________________________________
varnish-misc mailing list
[email protected]
http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to