https://issues.apache.org/bugzilla/show_bug.cgi?id=37770
--- Comment #95 from Mao Morimoto <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
