Hello,

It seems that reverse mappings have higher priority than aliases.

I have this setup:

Alias /oto/images /opt/myapp/oto/images

ProxyPass /oto http://my.host.com/oto
ProxyPassReverse /oto
http://my.host.com/oto

The alias is ignored, '/oto/images' is mapped to remote '
http://my.host.com/oto' instead of aliased local directory.

I am running Apache 2.2 on Linux, is there anything I can do to fix this?


Thanks,

Gael

Reply via email to