Added functionality to allow the ATS to be accessible through
Apache if mod_proxy_ajp is configured.
This commit is contained in:
6
CASA-auth-token/server-java/Svc/linux/casaats.conf
Normal file
6
CASA-auth-token/server-java/Svc/linux/casaats.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Apache to casaats hook
|
||||
<IfModule mod_proxy.c>
|
||||
ProxyPreserveHost On
|
||||
ProxyPass /CasaAuthTokenSvc/ ajp://localhost:9595/CasaAuthTokenSvc/
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user