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/09 18:00:51 UTC

DO NOT REPLY [Bug 44350] - 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





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