https://bz.apache.org/bugzilla/show_bug.cgi?id=61571
Bug ID: 61571
Summary: ProxyPassMatch work in all VirtualHost context
Product: Apache httpd-2
Version: 2.2.15
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hi,
When i use ProxyPassMatch in foo.example.org VirtualHost, it work in other all
virtualhost too.
<VirtualHost *:80>
DocumentRoot /xxx
ServerName foo.example.org
ProxyPassMatch ^/myfoo/(.*\.php(/.*)?)$
fcgi://127.0.0.1:9001/myfolder/myfoo/$1
</VirtualHost>
Bye.
--
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]