https://issues.apache.org/bugzilla/show_bug.cgi?id=56559

            Bug ID: 56559
           Summary: multiple unix sockets in one virtualhost fails
           Product: Apache httpd-2
           Version: 2.4.9
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]

If I have a configuration like this:

<VirtualHost *:80>
    ServerName example.com

    ProxyPass /foo unix:/path/to/foo.sock|http://localhost
    ProxyPassReverse /foo unix:/path/to/foo.sock|http://localhost
    ProxyPass /bar unix:/path/to/bar.sock|http://localhost
    ProxyPassReverse /bar unix:/path/to/bar.sock|http://localhost
</VirtualHost>

Only the first proxy is used. That is, if I go to http://example.com/foo I get
the webapp for foo and if I go to http://example.com/bar I get the webapp for
foo. When I took the same configuration and replaced it with http sockets this
worked normally.

-- 
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]

Reply via email to