Re: varnishncsa and liblogging

2008-10-07 Thread Michael S. Fischer
I assume this is for logging daemon metadata/error conditions and not actual traffic? If this is for request/response logging, consider implementing a bridge daemon that reads from the SHM like varnishlog or varnishncsa does, and which then sends the output via liblogging. This will provide the f

Re: 400 return code on Content-length: 0.

2008-10-07 Thread David Martínez Moreno
El lunes, 6 de octubre de 2008, Poul-Henning Kamp escribió: > Which version of varnish ? 2.0-beta1. > Can you provide a varnishlog output for such a transaction ? Of course: 0 CLI - Rd ping 0 CLI - Wr 0 200 PONG 1223430225 1.0 9 SessionOpen c 88.28

Re: varnishncsa and liblogging

2008-10-07 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Skye Poier Nott writes : >Hello again, > >I'm currently working on adding liblogging (reliable syslog over BEEP) >support to varnishncsa. >http://www.liblogging.org/ > >Is this something that the project would be interested in adding to >trunk when it's done? I

varnishncsa and liblogging

2008-10-07 Thread Skye Poier Nott
Hello again, I'm currently working on adding liblogging (reliable syslog over BEEP) support to varnishncsa. http://www.liblogging.org/ Is this something that the project would be interested in adding to trunk when it's done? I presume it would need to be wrapped in a configure --with-liblo

Remove only selected cookies from requests?

2008-10-07 Thread Espen Braastad
Hi, The question: Is it possible to match cookie names in each request to a regexp, and remove only specified cookies? Other cookies must not be removed. The scenario: - All requests to the site from the clients have cookies from Google Analytics set. We would like to remove these. - Some of