Added functionality to allow the ATS to be accessible through

Apache if mod_proxy_ajp is configured.
This commit is contained in:
Juan Carlos Luciani
2007-06-22 22:12:20 +00:00
parent 35ef31cafd
commit da37390857
10 changed files with 178 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
# Apache to casaats hook
<IfModule mod_proxy.c>
ProxyPreserveHost On
ProxyPass /CasaAuthTokenSvc/ ajp://localhost:9595/CasaAuthTokenSvc/
</IfModule>