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

            Bug ID: 54644
           Summary: mod_proxy не перенаправляет запросы
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Httpd.conf control
Balancing on 2 Tomcat
<VirtualHost *:80>
    ProxyPreserveHost On
    ProxyRequests off
    ProxyPass / http://192.168.1.1:8000/
    ProxyPassReverse / http://192.168.1.1:8000/
    ServerName domain1.com
</VirtualHost>
<VirtualHost *:80>
    ProxyPreserveHost On
    ProxyRequests off
    ProxyPass / http://192.168.1.2:8080/
    ProxyPassReverse / http://192.168.1.2:8080/

</VirtualHost>
on one tomcat works for another isn't present
log /var/log/httpd/error_log
[error] (111) connection refused: proxy: HTTP: attempt to connect to
192.168.1.1:8000 (192.168.1.1) failed
[error] ap_proxy_connect_backend disabling worker for (192.168.1.1)
[debug] mod_proxy.c(981): Running scheme http handler (attempt 0)
[debug] mod_proxy_http.c (1982): proxy: HTTp: has acquired URL
http://192.168.1.1:8000/

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to