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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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 [EMAIL PROTECTED]
        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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to