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/02/04 13:54:15 UTC

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

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

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

           Summary: worker xyz already used by another worker
           Product: Apache httpd-2
           Version: 2.2.8
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: nicklas.bondesson@mindping.se


Since 2.2.8 we see this warning when starting and stopping apache.

[warn] worker xxx already used by another worker

ProxyPass config exampel:

<VirtualHost 10.1.10.8:443 10.1.10.9:443>
        ServerName www.example.com
        ServerAdmin support@example.com
        SSLEngine on
        SSLCipherSuite ALL
        SSLProtocol -SSLv3 all
        SSLCertificateFile /files/x.cert
        SSLCertificateKeyFile /files/x.key

        ProxyPass /xyz http://www1/xxx
        ProxyPassReverse /xyz http://www1/xxx
        ProxyPass /XYZ http://www1/xxx
        ProxyPassReverse /XYZ http://www1/xxx

        ProxyPass /Xyz http://www2/xxx
        ProxyPassReverse /Xyz http://www2/xxx
        ProxyPass /xyz http://www2/xxx
        ProxyPassReverse /xyz http://www2/xxx
        ProxyPass /XYZ http://www2/xxx
        ProxyPassReverse /XYZ http://www2/xxx

        BrowserMatch ".*MSIE.*" \
          ssl-unclean-shutdown \
          downgrade-1.0 force-response-1.0

        DocumentRoot /files

        SetEnv force-proxy-request-1.0 1
        SetEnv proxy-nokeepalive 1
</VirtualHost>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


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

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

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


apache@epicminds.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |apache@epicminds.com




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


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

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=44350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

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





------- Additional Comments From nicklas.bondesson@mindping.se  2008-02-09 09:00 -------
The previous example did not show the reality. Here's a new example.


<VirtualHost 10.1.10.8:443 10.1.10.9:443>
        ServerName www.example.com
        ServerAdmin support@example.com
        SSLEngine on
        SSLCipherSuite ALL
        SSLProtocol -SSLv3 all
        SSLCertificateFile /files/x.cert
        SSLCertificateKeyFile /files/x.key

        ProxyPass /xyz http://www1/xyz
        ProxyPassReverse /xyz http://www1/xyz
        ProxyPass /XYZ http://www1/XYZ
        ProxyPassReverse /XYZ http://www1/XYZ

        # this section is repeated in other vhosts
        ProxyPass /aaa http://www2/aaa
        ProxyPassReverse /aaa http://www2/aaa
        ProxyPass /bbb http://www2/bbb
        ProxyPassReverse /bbb http://www2/bbb
        # end repeating section

        BrowserMatch ".*MSIE.*" \
          ssl-unclean-shutdown \
          downgrade-1.0 force-response-1.0

        DocumentRoot /files

        SetEnv force-proxy-request-1.0 1
        SetEnv proxy-nokeepalive 1
</VirtualHost>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org