In message <[EMAIL PROTECTED]>, rafailowski writes:

>There's a little problem with these regexp
>".*LOCALIZER_LANGUAGE=\"(..)\".*",
>At the second \ ,varnish returns a "Syntax error".

Yeah, I'm forgetting that I tried to make it easier for webmasters :-)

Try using %22 instead of \"

        ".*LOCALIZER_LANGUAGE=%22(..)%22.*"

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to