Bug 46504 - proxy: error reading status line from remote server
Summary: proxy: error reading status line from remote server
Status: CLOSED DUPLICATE of bug 37770
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy (show other bugs)
Version: 2.2.3
Hardware: PC Linux
: P2 major (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 09:46 UTC by Alejandro
Modified: 2009-01-26 07:33 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro 2009-01-09 09:46:25 UTC
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>
Comment 1 Nick Kew 2009-01-09 11:20:21 UTC

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