DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11201>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11201

Build static mod_rewrite and mod_proxy has proxy vulnerability





------- Additional Comments From [EMAIL PROTECTED]  2003-02-21 12:33 -------
The problem is the order of mod_rewrite and mod_proxy in the file
src/Configuration.tmpl of the apache source distribution. When configure with
./configure --enable-module=proxy --enable-module=rewrite
both modules are included in the httpd binary:
httpd -l
...
mod_rewrite.c
mod_proxy.c
...
in the wrong order. If you enable the proxy module all proxy request are
executed by mod_proxy you're not able to deny requests by mod_rewrite because of
the module order.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to