Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-26 Thread Eric Covener
On Wed, Nov 25, 2009 at 12:51 PM, Aruna Gummalla wrote: > 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 clie

Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-25 Thread Aruna Gummalla
rote: From: Tom Evans Subject: Re: [us...@httpd] ProxyPass - mod_proxy To: users@httpd.apache.org 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 a

Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-25 Thread Tom Evans
"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

Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-25 Thread Aruna Gummalla
ards, Aruna. --- On Wed, 11/25/09, André Warnier wrote: From: André Warnier Subject: Re: [us...@httpd] ProxyPass - mod_proxy To: users@httpd.apache.org Date: Wednesday, November 25, 2009, 6:23 AM Aruna Gummalla wrote: > client y is on the same host as apache. only client x is on a differe

Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-24 Thread André Warnier
Aruna Gummalla wrote: client y is on the same host as apache. only client x is on a different host. it does not matter. The point is that Apache will forward a HTTP *request* to the "client y", and expect it to act like a HTTP server. Unless your "client y" is really a HTTP server, it will no

Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-24 Thread Aruna Gummalla
client y is on the same host as apache. only client x is on a different host. Thanks & Regards, Aruna. --- On Wed, 11/25/09, André Warnier wrote: From: André Warnier Subject: Re: [us...@httpd] ProxyPass - mod_proxy To: users@httpd.apache.org Date: Wednesday, November 25, 2009, 6:10 AM A

Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-24 Thread André Warnier
Aruna Gummalla wrote: Hi, 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. Taking you by the letter, that is not really what mod_proxy is supposed to help you with.

[us...@httpd] ProxyPass - mod_proxy

2009-11-24 Thread Aruna Gummalla
Hi, 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 99