[EMAIL PROTECTED] Re: ProxyPass and POST Requests

2008-11-05 Thread Volkan YAZICI
On Tue, 04 Nov 2008, Volkan YAZICI <[EMAIL PROTECTED]> writes: > The other side of the redirection (192.168.1.{3,4}) is handled by Apache > Tomcat servers. When one issues a POST request, Apache (192.168.1.2) > complains that: > > Proxy Error > > The proxy server r

[EMAIL PROTECTED] Re: ProxyPass and POST Requests

2008-11-04 Thread Volkan YAZICI
On Tue, 04 Nov 2008, Volkan YAZICI <[EMAIL PROTECTED]> writes: > The other side of the redirection (192.168.1.{3,4}) is handled by > Apache Tomcat servers. When one issues a POST request, Apache > (192.168.1.2) complains that: > > Proxy Error > > The proxy server r

[us...@httpd] ProxyPass and POST Requests

2008-11-04 Thread Volkan YAZICI
Hi, I'm using Apache HTTP Server (192.168.1.2) to redirect incoming HTTP connections to related servers in the local network. For this purpose, I configured apache with below directives. LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_http_proxy.so Ser