You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2014/02/11 13:44:08 UTC

[Bug 44592] mod_proxy fails to send post request to backend server

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

Arindam <ar...@gmail.com> changed:

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

--- Comment #23 from Arindam <ar...@gmail.com> ---
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org