https://issues.apache.org/bugzilla/show_bug.cgi?id=44592

Arindam <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |---

--- Comment #23 from Arindam <[email protected]> ---
Hi,

I am also facing the same issue. I am using it on the Windows 7 and my version
is 2.2.11 for the HTTP Server. 

It is showing the below error:

(OS 10054)An existing connection was forcibly closed by the remote host.  :
proxy: prefetch request body failed to 10.131.x.x:80 (10.131.x.x) from
10.131.y.y ()

I have tried adding the keep alive and other properties but it did not resolve
my issue. Here is my httpd.config file changes:

<IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    <IfModule mod_proxy.c>
    ProxyRequests On
    ProxyVia On
   </IfModule>

    <Proxy *>
        Order deny,allow
        Deny from all
        Allow from 10.131.x.x
    </Proxy>

Also added the below variables:

 KeepAlive On
 MaxKeepAliveRequests 0
 KeepAliveTimeout 15
 Listen 8080

I am using it forward proxy. So what can be the issue?

Note: I have tried with the Wireshark and noticed that it is connecting to my
destination IP Address or server. But in the middle something is messing up the
connection.

Thanks,
Arindam

-- 
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]

Reply via email to