RE: [users@httpd] Apache Reverse Proxy Server Accessing backend https through front https server

2011-04-04 Thread Ruiyuan Jiang
Hi, Igov I tried that. In httpd-vhosts.conf, change to: Virtualhost ServerName sitename Redirect / https://sitename/ /Virtualhost In httpd-ssl.conf: Virtualhost ... ProxyPass/dir1/dir2/loginhttps://backend/

[users@httpd] Conditional Proxying for 1-to-1 mapping

2011-04-04 Thread Macks, Aaron
[Background] My goal is to have forward and reverse proxies from a series of web servers to a series of app servers, so that each web is mapped to a single app server, all using the same config file web01-app01 web01-app02 etc. My initial idea was to use proxy-via-rewrite, but that won't cover