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/05/18 07:35:21 UTC

DO NOT REPLY [Bug 37770] proxy: error reading status line from remote server (null)

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





--- Comment #95 from Mao Morimoto <yn...@yamamaya.com>  2009-05-17 22:35:13 PST ---
Was this problem really fixed?
I updated my system to 2.2.11, and add new conf lines;

<VirtualHost *:80>
    ServerName   www.example.com
    DocumentRoot /www
    <Location /sub/>
        ProxyPass        http://192.168.60.34/sub/
        ProxyPassReverse http://192.168.60.34/sub/
        SetEnv           force-proxy-request-1.0 1
        SetEnv           proxy-nokeepalive       1
    </Location>
</VirtualHost>

But, I still have same problem, and the error log is;

[Mon May 18 09:30:48 2009] [error] [client ***.***.***.***] (104)Connection
reset by peer: proxy: error reading status line from remote server
192.168.60.34
[Mon May 18 09:30:48 2009] [error] [client ***.***.***.***] proxy: Error
reading from remote server returned by /sub/index.html

Does anyone know how to fix this?

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