Re: Post requests

2007-07-06 Thread André Cruz
I'm still having problems with POST requests. This time I recorded more information to try and make sense of this. Version: 1.1 branch r1656 cmd line: ./varnishd -a :8080 -b 127.0.0.1:80 -d -d -n /tmp/pretty VCL: the default is used The browser request as seen through wireshark: POST

Re: Post requests

2007-07-06 Thread Poul-Henning Kamp
Sorry for not looking at this earlier. It was a bug that caused all requests, also piped ones, to be rewritten to GET on the way to the backend. Fixed in -trunk a minute ago. Poul-Henning -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956

Re: Varnish shutting down under heavy load

2007-07-06 Thread Poul-Henning Kamp
I've seen the automatic restart of the worker process fail here during my testing, and I suspect you hit the same thing. I have it on my list of things to investigate RSN. Do you have any corefiles from varnishd by any chance ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL

Re: Mac and regular expressions

2007-07-06 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Martin Aspeli writes: Hi, I think I'm being bitten by a bug related to Mac OS X (10.4) and regular expressions. $ /usr/local/sbin/varnishd -a localhost:8080 -f /etc/varnish.conf Assert error in mgt_CallCc(), mgt_vcc.c line 214: Condition((dlclose(p)) == 0) not

Re: Regarding url purging

2007-07-06 Thread Gaute Amundsen
On Friday 06 July 2007 12:21, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Gaute Amundsen writes: On Thursday 05 July 2007 19:39, Andr=E9 Cruz wrote: I'm caching pages from different vhosts, say x.com and y.com. If I want to purge all the data from one of the vhosts how do I do

Cascading Caches, honor Age Header

2007-07-06 Thread C. Handel
Hi, When i cascade varnish in front of a squid (didn't test varnish in front of varnish) it won't honor the Age Header sent from the squid. If the Squid sends me Age: 100 Date: Fri, 06 Jul 2007 11:08:20 GMT Expires: Fri, 06 Jul 2007 11:13:20 GMT varnish should start with an initial Age of 100.

Re: Q: multiple backends

2007-07-06 Thread Stig Sandbeck Mathisen
Poul-Henning Kamp [EMAIL PROTECTED] writes: Yes, this is indeed on our plans, I keep trying to get somebody to tell me how it should work, but with very little luck :-) Just saying fault-tolerance or load-balancing isn't saying much you see, we need to formulate strategies and algorithms...

Re: Varnish shutting down under heavy load

2007-07-06 Thread Anup Shukla
Poul-Henning Kamp wrote: I've seen the automatic restart of the worker process fail here during my testing, and I suspect you hit the same thing. I have it on my list of things to investigate RSN. Do you have any corefiles from varnishd by any chance ? I just set ulimit -c unlimited

Re: Varnish shutting down under heavy load

2007-07-06 Thread Anup Shukla
Anup Shukla wrote: Poul-Henning Kamp wrote: I've seen the automatic restart of the worker process fail here during my testing, and I suspect you hit the same thing. I have it on my list of things to investigate RSN. Do you have any corefiles from varnishd by any chance ? I

Re: Varnish shutting down under heavy load

2007-07-06 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Anup Shukla writes: Anup Shukla wrote: Did not take it long to go down again. But i am not able to find any core dumps. Some help as to how to get one will be appreciated. Ok, next step: Run varnishd in the forground by giving it two -d options: varnishd