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 2008/08/13 22:03:12 UTC

DO NOT REPLY [Bug 44350] worker xyz already used by another worker

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


rahul <ra...@sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #4 from rahul <ra...@sun.com>  2008-08-13 13:03:12 PST ---
For the first reporter (virtualhost + ssl), the configuration is invalid.
There cannot be more than one ProxyPassReverse pointing to the same URL, in
your
case

http://www1/xxx is used twice and so is http://www2/xxx

The reason for the above restriction is that ProxyPassReverse is used to adjust
the Location header in redirects.
i.e suppose http://www1/xxx/XXX is now redirected to http://www1/yyy/XXX
what should be the redirect that the client receives?
(which of [Xx][Yy][ZZ])

The second configuration(s) will not cause this error since the only reason for
this error is multiple ProxyPass directives with the same URL backend.

i.e
ProxyPass /xyz http://webproxy/app1/
ProxyPass /abc http://webproxy/app1/

should cause it.

Note that the above is not a problem with ProxyPass, but it does warn you
in the interests of making sure that it is not a misconfiguration, but lets
you do it any way.


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