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 2009/01/09 18:46:25 UTC

DO NOT REPLY [Bug 46504] New: proxy: error reading status line from remote server

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

           Summary: proxy: error reading status line from remote server
           Product: Apache httpd-2
           Version: 2.2.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: alejandro.cavallo@cognitation.com
                CC: alejandro.cavallo@cognitation.com


I've mounted a reverse proxy in a Debian server that redirects to another
server used as load balancer. That server divides the load between 3 apache2
server (version 2.2.3 too).
Sporadically the proxy returns an error and in if I take a look to the logs
this says:
[Fri Jan 09 02:34:03 2009] [error] [client 190.18.205.134] proxy: error reading
status line from remote server 192.168.36.100, referer:
http://www.pinkdingo.com/pd/register/step3
[Fri Jan 09 02:34:03 2009] [error] [client 190.18.205.134] proxy: Error reading
from remote server returned by /pd/register/step3, referer:
http://www.pinkdingo.com/pd/register/step3

This error don't happens always in the URL reported in the log.

This is the configuration file in the server used as proxy:
ProxyRequests Off
ProxyVia Off     
ProxyDomain .pinkdingo.com
ProxyTimeout 4            

ProxyBlock !pinkdingo.com

        <ProxyMatch "http://192\.168\.36\.100:88/">
                Order deny,allow                   
                Allow from all                     
        </ProxyMatch>                              
        <ProxyMatch http://www\.pinkdingo\.com*>   
                Order deny,allow                   
                Deny from all                      
        </ProxyMatch>


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 46504] proxy: error reading status line from remote server

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


Alejandro <al...@cognitation.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 46504] proxy: error reading status line from remote server

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


Nick Kew <ni...@webthing.com> changed:

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




--- Comment #1 from Nick Kew <ni...@webthing.com>  2009-01-09 11:20:21 PST ---


*** This bug has been marked as a duplicate of bug 37770 ***


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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