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=15112>. 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=15112 mod_dir does not allow reverse proxied index pages. Summary: mod_dir does not allow reverse proxied index pages. Product: Apache httpd-2.0 Version: HEAD Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: mod_dir AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] In httpd-2.0, mod_dir uses ap_internal_fast_redirect once it has found an appropriate file from the DirectoryIndex list. This change makes it impossible to use mod_rewrite's proxypass feature on an index file. mod_dir finds the file, but returns its source instead of the output of the proxypass. The fix is to revert mod_dir back to its old behavior, which is to start up an entirely new subrequest once it finds the proper index file. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
