Sorry I misspoke before. After more testing, it seems that the problem is with 
the map/reverse_map rules. I am running ATS 2.0.1 on ubuntu 10.04.

SSL termination is working correctly but https map rules only seem to work for 
the root directory of a site.

Here is an example map/reverse_map rule

map       https://externalserver.domain.com/     
http://internalserver.domain.com/
reverse_map     http://internalserver.domain.com/         
https://externalserver.domain.com/

if I browse to https://externalserver.domain.com, I am properly redirected to 
the root site. If I browse to https://externalserver.domain.com/subfolder, then 
I get a 404 error

in the error.log, I get:
response sent <host> status 404 (not found on accelerator) for 
http:///subfolder/<http://subfolder/>

is they any good reason why the map/remap rules would work for the root 
directory but not the subfolders?

Thanks!

Reply via email to