Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Apache 2.2.3 mod_ssl u. mod_proxy failure |
|
Author |
|
eweitlaner
Joined: 16 Oct 2006 Posts: 2
|
Posted: Tue 17 Oct '06 16:56 Post subject: Apache 2.2.3 mod_ssl u. mod_proxy failure |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 17 Oct '06 17:19 Post subject: |
|
|
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
|
Posted: Tue 17 Oct '06 20:17 Post subject: |
|
|
.. 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 |
|
|
|
|
|
|