logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.2.3 mod_ssl u. mod_proxy failure
Author
eweitlaner



Joined: 16 Oct 2006
Posts: 2

PostPosted: Tue 17 Oct '06 16:56    Post subject: Apache 2.2.3 mod_ssl u. mod_proxy failure Reply with quote

Hello !

We use Apache (2.0.54 with mod_ssl 0.9.7) as a reverse proxy and ssl endpoint in front of our application servers (websphere & tomcat) on windows 2003 server. After upgrade to 2.2.3 + openssl 0.9.8d we get errors like:

(OS 10054)An existing connection was forcibly closed by the remote host. : proxy: prefetch request body failed to x0.x0.xx8.xx5:80 (my.local.domain) from x0.x1.xx6.x3 ()
[Mon Oct 16 16:17:39 2006] [error]

(70014)End of file found: proxy: prefetch request body failed to 10.10.128.125:80 (my.local.domain) from x0.x1.x6x.x0 ()
[Mon Oct 16 15:14:42 2006] [error]

The backends are eg. websphere appliactions or our confluence wiki (without any problems 4 thousands of users).

Any ideas or hints ? .. thanks a lot in advance
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7306
Location: Germany, Next to Hamburg

PostPosted: Tue 17 Oct '06 17:19    Post subject: Reply with quote

which Proxy moduls did you load? For SSL you have to load

  • mod_proxy
  • mod_proxy_connect
  • mod_proxy_http
Back to top
eweitlaner



Joined: 16 Oct 2006
Posts: 2

PostPosted: Tue 17 Oct '06 20:17    Post subject: Reply with quote

.. these modules are loaded, the proxy works, only under certain conditions (eg. AJAX Request from our WIKI, or certain requests to our Websphere Application Server causes these errors). I estimate 1 of 1000 Requests).
Can anybody tell me what the "prefetch request body failed" means ?

thank you erwin
Back to top


Reply to topic   Topic: Apache 2.2.3 mod_ssl u. mod_proxy failure View previous topic :: View next topic
Post new topic   Forum Index -> Apache