You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/05/25 08:01:22 UTC

[Bug 56559] New: multiple unix sockets in one virtualhost fails

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: bugs@httpd.apache.org
          Reporter: paul@paullockaby.com

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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org