Re: where i can find mod_deflate package?

2010-07-27 Thread Rainer Jung
On 27.07.2010 10:05, PIPIT isnatia wrote: Hi all,,i'm newbie here... I am looking for mod_deflate package, i mean all contents in mod_deflate. where i can find it? mod_deflate is part of the Apache Web Server (version 2.0 and 2.2). You can find download links for Apache on

Re: Error log format configuration syntax

2010-07-27 Thread Stefan Fritsch
On Wednesday 21 July 2010, William A. Rowe Jr. wrote: On 7/21/2010 4:35 PM, Stefan Fritsch wrote: And I agree that a unified logging formatter would be nice, but this is not something that will be done before 2.3.7 and it would likely mean an incompatible API change for modules providing

Untainting an incoming request

2010-07-27 Thread Nick Kew
I've just hacked up a module to perform simple security checks on an incoming request. Loosely inspired by Perl's untainting. It implements untainting rules. Each rule matches a request attribute to a regexp, and can either: (a) enforce a match, and return an error (default: 400) if it