Alston, Brian (US SSA) wrote: > This is too weird, I am hoping somebody can explain it to me. > If I change my configuration to the following: [...] > Everything appears to work exactly as expected. My sessions are acting > like they are supposed and everything seems to be playing nice. So why > does taking the "ProxyPass" and "ProxyPassReverse" out of the > "Location" tags make it work???
I'm not sure, but I think you find your answer in Apache httpd documentation for <Location> directive (http://httpd.apache.org/docs/2.2/mod/core.html#location): For all origin (non-proxy) requests, the URL to be matched is a URL-path of the form /path/. No scheme, hostname, port, or query string may be included. For proxy requests, the URL to be matched is of the form scheme://servername/path, and you must include the prefix. -- ..Juha --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org