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-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to