Re: Varnish graphs

2010-02-03 Thread Tollef Fog Heen
]] pablort | Nah. using 2.0.6 Hmm, indeed. I just fixed it in trunk, will backport it to 2.0 branch. -- Tollef Fog Heen Redpill Linpro -- Changing the game! t: +47 21 54 41 73 ___ varnish-misc mailing list varnish-misc@projects.linpro.no

Re: varnishlog not behaving as expected (by me)

2010-02-03 Thread Alex Hooper
Hi, It's OK: I'm used to not receiving responses from mailing lists. I have an unfortunate way of communicating in such forums, I think. Anyway, having come back to this after a slight hiatus I have noted that the inclusion of the '-c' flag makes it work as expected. If I instead include the

Re: varnishlog not behaving as expected (by me)

2010-02-03 Thread Poul-Henning Kamp
In message 4b6960da.6080...@bmjgroup.com, Alex Hooper writes: /usr/local/bin/varnishlog -o RxURL ^wp-admin$ This says you want to *O*mit all RxURL lines. The regexp argument should have generated an argument error. What you want is probably: varnishlog -i RxURL -I ^wp-admin$ Ie:

Upper and lower case strings in Varnish

2010-02-03 Thread Richard Chiswell
Hi all, I've got a simple question which I've been puzzling on for the last 30 minutes or so - how do you change a string in Varnish to lowercase? Basically, all the links on our site should be lowercase, but some people have been randomly capitalising them when linking to them - I'd just

Re: Upper and lower case strings in Varnish

2010-02-03 Thread Poul-Henning Kamp
In message 4b69ab1a.6010...@mangahigh.com, Richard Chiswell writes: Hi all, I've got a simple question which I've been puzzling on for the last 30 minutes or so - how do you change a string in Varnish to lowercase? Basically, all the links on our site should be lowercase, but some people have

Re: Upper and lower case strings in Varnish

2010-02-03 Thread Richard Chiswell
Hi Poul, Poul-Henning Kamp wrote: In message 4b69ab1a.6010...@mangahigh.com, Richard Chiswell writes: I've got a simple question which I've been puzzling on for the last 30 minutes or so - how do you change a string in Varnish to lowercase? You'll have to use a bit of inline C code

Re: Upper and lower case strings in Varnish

2010-02-03 Thread Laurence Rowe
I don't think it's possible to write a regex that will do that in one go. There's a dumb solution though: set obj.http.Location regsuball(obj.http.Location, A, a); set obj.http.Location regsuball(obj.http.Location, B, b); ... Laurence On 3 February 2010 17:15, Richard Chiswell

Re: Upper and lower case strings in Varnish

2010-02-03 Thread Cosimo Streppone
On 3 February 2010 17:15, Richard Chiswell richard.chisw...@mangahigh.com wrote: Hi Poul, Poul-Henning Kamp wrote: In message 4b69ab1a.6010...@mangahigh.com, Richard Chiswell writes: I've got a simple question which I've been puzzling on for the last 30 minutes or so - how do you change a

Re: GRSEC and Varnish

2010-02-03 Thread Mark Moseley
On Tue, Feb 2, 2010 at 11:53 PM, Tollef Fog Heen tfh...@varnish-software.com wrote: ]] Bernardf FRIT | Then the parent varnishd process starts immediately a new child process | which lasts some time. | | Is there any way to fix this. Remocve the GRSEC kernel ? Upgrade the | kernel ? Varnish