Have a look at mod_proxy_html
On 2012-03-28 20:04, Campbell, Jomori (US - Arlington) wrote:
# Maximo
ProxyPass /maximo/ https://app.servername.com/maximo/
ProxyPassReverse /maximo/ https://app.servername.com/maximo/
ProxyPass /webclient/ https://app.servername.com/ webclient /
ProxyPassReverse / webclient / https://app.servername.com/ webclient /
Should "webclient" really have spaces around it that way?
If it should, I'd assume you should enclose the paths/urls in double-quotes (") or URL-encode the spaces (%20), and you should fix the ProxyPass/ProxyPassRevese mismatch.
Regards
/Jonas
--
Jonas Eckerman
http://www.truls.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx