On Fri, Feb 4, 2011 at 11:23 PM, Jeff Poling <jpol...@moody.edu> wrote:
> We are using apache as a reverse proxy in front of a number of
> applications.  In particular, it is in front of Peoplesoft Campus Solutions
> and other Peoplesoft applications.  SSL is used on the reverse proxy for
> those applications.  There is no SSL between the proxy and the backend
> servers.
>
>
>
> We are seeing periodic (104)Connection reset by peer  messages in
> error_log.  The issue is difficult to reproduce.
>
>
>
> The version of Apache we are using is 2.2.9.  Has anyone run into this type
> of problem before?
>
>
>
> Thanks,
>
>
>
> Jeff
>

Have you tried disabling keep-alive on the proxy connections? The app
server may not support it.

SetEnv proxy-nokeepalive 1

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to