Hi,
it's possible to convert a proxypass directive like this:
ProxyPass /abc.html ajp://127.0.0.1:8009/eeff/tttt/abc.html
using JkMount ?
something like JkMount /abc.html ...
or do I need to use mod_rewrite before the JkMount (used to balance the requests) ?
Thank you