Re: ProxyPass - mod_proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is what I am doing and an example of my configuration

I am trying to configure mod_proxy. I want Apache to be the proxy server.
There is a client x which talks to Apache and Apache in turn passes on this request to other client y. The client y responds to Apache and in turn should send the response to client x.
Suppose, client y runs on port 9999 and client y and apache are on the same host.

I configured the httpd.conf like this:

<IfModule mod_proxy.c>
ProxyRequests Off
</IfModule>

ProxyPass / http://localhost:9999/
ProxyPassReverse / http://localhost:9999/

But when the client x tries to connect client y thru Apache it doesnt not get a response. client x says No response from the server.

Can somebody please help me configure the httpd.

I dont know whether i should configure this as forward or reverse proxy. Please help.

Thanks in advance.

Thanks & Regards,
Aruna.

--- On Wed, 11/25/09, Tom Evans <tevans.uk@xxxxxxxxxxxxxx> wrote:

From: Tom Evans <tevans.uk@xxxxxxxxxxxxxx>
Subject: Re: ProxyPass - mod_proxy
To: users@xxxxxxxxxxxxxxxx
Date: Wednesday, November 25, 2009, 11:10 PM

"It doesn't work" is useless. If you want help, explain what you tried, what happens when you try that, and provide your configuration and logs.

Otherwise, the only response anyone can give is "It works just fine for me".

Cheers

Tom


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux