Re: 2.0.44 release?

2002-12-24 Thread Graham Leggett
Sander Striker wrote: *) Reorder the definitions for mod_ldap and mod_auth_ldap within config.m4 to make sure the parent mod_ldap is defined first. This ensures that mod_ldap comes before mod_auth_ldap in the httpd.conf file, which is necessary for mod_auth_ldap to load. PR

RE: CGI hosed in v2.0.43

2002-12-24 Thread Dietz, Phil E.
On a side note, some developers like myself, would love to see all stderr emitted from a cgi to be read into it's own bucket so modules can do things with the stderr data -- aka a stderr_filter hook. Such as: - using stderr as an apache control channel. A cgi module can throttle up or

deflate in mod_deflate

2002-12-24 Thread Xiaodong Shen
Hi there, I am playing with mod_deflate that comes with 2.0.43, it works nice for Accept-Encoding: gzip, however it always returns the identity version of the requested resource if Accept-Encoding: deflate is provided in the request. My question is why Accept-Encoding: deflate is not supported

Re: deflate in mod_deflate

2002-12-24 Thread Justin Erenkrantz
On Tue, Dec 24, 2002 at 12:13:25PM -0800, Xiaodong Shen wrote: Hi there, I am playing with mod_deflate that comes with 2.0.43, it works nice for Accept-Encoding: gzip, however it always returns the identity version of the requested resource if Accept-Encoding: deflate is provided in the