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 2013/03/06 12:26:36 UTC

[Bug 54644] New: mod_proxy не перенаправляет запросы

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


[Bug 54644] mod_proxy не перенаправляет запросы

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54644

Eric Covener <co...@gmail.com> changed:

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

--- Comment #1 from Eric Covener <co...@gmail.com> ---
No bug implied, the connection was refused.

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


[Bug 54644] mod_proxy не перенаправляет запросы

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54644

--- Comment #3 from Serj345 <we...@yandex.ru> ---
Then why didn't it work, what is the reason

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


[Bug 54644] mod_proxy не перенаправляет запросы

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54644

Serj345 <we...@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---
     Ever confirmed|1                           |0

--- Comment #2 from Serj345 <we...@yandex.ru> ---
Then why didn't it work, what is the reason

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


[Bug 54644] mod_proxy не перенаправляет запросы

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54644

Eric Covener <co...@gmail.com> changed:

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

--- Comment #5 from Eric Covener <co...@gmail.com> ---
(In reply to comment #4)
> (In reply to comment #2)
> > Then why didn't it work, what is the reason
> 
> How to solve this problem

Again, bugzilla is for reporting bugs, not for support.  We won't speculate
here why your connection might be refused.

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


[Bug 54644] mod_proxy не перенаправляет запросы

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54644

--- Comment #4 from Serj345 <we...@yandex.ru> ---
(In reply to comment #2)
> Then why didn't it work, what is the reason

How to solve this problem

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