https://issues.apache.org/bugzilla/show_bug.cgi?id=52774
Bug #: 52774
Summary: RewriteRules within outgoing proxy no longer work
Product: Apache httpd-2
Version: 2.2.14
Platform: PC
OS/Version: Linux
Status: NEW
Severity: regression
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
This kind of configuration is for an outgoing proxy which filters advertisments
requests. It worked in 2.2.13 but not in 2.2.14 :
Listen 127.0.0.1:81
<VirtualHost 127.0.0.1:81>
ProxyRequests On
RewriteEngine On
RewriteRule /advertising/ - [forbidden]
... other generic ads filtering rules ...
</VirtualHost>
In 2.2.14, it seems that mod_proxy processes the request before mod_rewrite can
even do its job and RewriteRules are not processed at all. In previous
versions, RewriteRules were processed first, then, the request was processed by
mod_proxy if it passed all the ads filtering rules.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]