"Monty Ree" <[EMAIL PROTECTED]> writes:
> I have setup vcl like below, and works well except POST method.
> When I using POST Method like writing a message, the site is stops
> and trying to connect the backend server continuously.  and I have
> restarted the varnishd but the result is same.

Impossible to diagnose without logs.

> What's the problem and is there any problem at this config?

Yes:

 1) Do not ever use an existing domain name (abc.com in this case) in
    documentation or sample code.  The example.com domain has been
    reserved for this purpose.

 2) You've got the logic backwards.  If your site uses cookies, then
    in most cases control will reach the "lookup" in the (req.request
    == "GET" && req.http.cookie) clause and the rest of vcl_recv()
    will have no effect.

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to