Hi, On Tue, Feb 14, 2017 at 4:08 PM, Fady Haikal <fadyhai...@gmail.com> wrote: > > [Tue Feb 14 17:45:27.071171 2017] [proxy_http:error] [pid 1276:tid > 2080] (OS 10054)An existing connection was forcibly closed by the > remote host. : [client 10.114.117.51:51838] AH01102: error reading > status line from remote server 10.114.43.103:8080, referer: > http://imal.albaraka.com.sd/imal_core_portal/pathdesktop/DesktopAction_!corePortal.action
Did you try to disable connection reuse (keepalive) in mod_proxy, e.g. ProxySet http://10.114.43.103:8080 disablereuse=on (or with "disablereuse=on" appended to your existing ProxyPass lines) and see if it helps? Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org