Re: where i can find mod_deflate package?

2010-07-28 Thread Rainer Jung
On 27.07.2010 16:26, PIPIT isnatia wrote: Thanks for your reply. if the source code mod_deflate, i have got it. But dependecies that is include in mod_deflate, i have not found it. I have sent an email on httpd-apache, but there is no response. Please be a bit patient and more specific (there

Re: Error log format configuration syntax

2010-07-28 Thread Alex Wulms
Hi, While adding some debug log statements to a module I'm working on, I ran into the problem that ap_log_error (in apache 2.2) does not support %zd or %zu conversion for type_t arguments. This was problematic to make the code compile on both 32 and 64 bit platforms. So I made a small wrapper

ap_process_request_internal, unescape_url, reverse proxy and %00

2010-07-28 Thread Matthieu Estrade
Hi, When apache is used with mod_proxy as reverse proxy and not proxy, and when there is a %00 in the url, the request is directly refused by the reverse proxy. In the code, in ap_process_request_internal function (server/request.c): /* Ignore embedded %2F's in path for proxy requests */

Re: Error log format configuration syntax

2010-07-28 Thread Dan Poirier
On 2010-07-28 at 03:51, Alex Wulms alex.wu...@scarlet.be wrote: Hi, While adding some debug log statements to a module I'm working on, I ran into the problem that ap_log_error (in apache 2.2) does not support %zd or %zu conversion for type_t arguments. This was problematic to make the code

Re: Untainting an incoming request

2010-07-28 Thread Dan Poirier
Example usage? Just to better understand the scope, can this do things that one couldn't do (however painfully) with mod_rewrite? Dan

Re: Error log format configuration syntax

2010-07-28 Thread Rainer Jung
On 28.07.2010 13:44, Dan Poirier wrote: On 2010-07-28 at 03:51, Alex Wulmsalex.wu...@scarlet.be wrote: Hi, While adding some debug log statements to a module I'm working on, I ran into the problem that ap_log_error (in apache 2.2) does not support %zd or %zu conversion for type_t arguments.