Re: [us...@httpd] reverse proxy mapping not working properly

2009-07-30 Thread Chris
2009/7/30 Igor Galić : > > Hi Cris, > > [Snip] > >> >> ProxyRequests Off >> >> >> Order deny,allow >> Deny from all >> Allow from .example.com >> >> >> ProxyPass/marketing/ http://192.168.25.25:3 > > I would get rid of this line: > >> ProxyPassReverse/marketing/ h

Re: [us...@httpd] reverse proxy mapping not working properly

2009-07-30 Thread Igor Galić
Hi Cris, [Snip] > > ProxyRequests Off > > > Order deny,allow > Deny from all > Allow from .example.com > > > ProxyPass/marketing/ http://192.168.25.25:3 I would get rid of this line: > ProxyPassReverse/marketing/ http://192.168.25.25:3 The should suf

[us...@httpd] reverse proxy mapping not working properly

2009-07-30 Thread Chris
I've been trying to configure a reverse HTTP proxy on RHEL 5.3 with httpd-2.2.3-22.el5_3.2. I have three virtual hosts on the same IP and I would like to setup reverse proxy for them. The following are my internal servers: http://marketing.company.tld:3 --> 192.168.25.25 http://services.