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: bugs@httpd.apache.org
          Reporter: acas...@ual.es
  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: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to