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

2008-03-20 Thread Venkat Rangan
ers@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache reverse-proxy config. 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

[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