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