
aruna_gummalla at yahoo
Nov 25, 2009, 9:34 AM
Post #5 of 8
(661 views)
Permalink
|
client y is a http server but i dont want to expose client y to client x. I am new to this Apache httpd server so I dont know whether it should be configured as a forward proxy or reverse proxy. Right now i am configuring it as reverse proxy but it doesnt work. Please help. Thanks & Regards, Aruna. --- On Wed, 11/25/09, André Warnier <aw [at] ice-sa> wrote: From: André Warnier <aw [at] ice-sa> Subject: Re: [users [at] http] ProxyPass - mod_proxy To: users [at] httpd 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 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 not work. And if your "client y" is really a HTTP server, then why don't you have client x talk directly to client y ? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe [at] httpd " from the digest: users-digest-unsubscribe [at] httpd For additional commands, e-mail: users-help [at] httpd
|