RE: [EMAIL PROTECTED] Apache reverse-proxy config.

2008-03-20 Thread Venkat Rangan
two separate path-based ProxyPass, the above GET doesn't happen. Is there something I am missing in the Proxy httpd.config? Do I need some kind of a re-write rule? Thanks. -Original Message- From: Nils Jeppe [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 12:46 AM To: us

Re: [EMAIL PROTECTED] Apache reverse-proxy config.

2008-03-20 Thread Nils Jeppe
On Wed, 19 Mar 2008, Venkat Rangan wrote: Is there anything I am missing? Yes. Apache is not able to distinguish between your two virtualhosts, and thus using the first one. Use NameVirtualHost on the IP (or *) in the main part of your config and assign ServerName 's to each of the virtual

[EMAIL PROTECTED] Apache reverse-proxy config.

2008-03-19 Thread Venkat Rangan
Hi, I am looking to deploy Apache 2.2 on a Windows box as a reverse-proxy to two servers. The following is what I have in httpd.conf on the reverse-proxy. ProxyPreserveHost On ProxyHTMLLogVerbose On ProxyPass /app http://XX.XX.XX.XX/app ProxyPassReverse /app http://XX.XX.XX.XX/app