561d4b2
Alias /anyterm /usr/share/anyterm
561d4b2
561d4b2
<Location /anyterm>
561d4b2
   # admins are greatly encouraged to uncomment and 
561d4b2
   # install/use mod_ssl here to secure traffic 
561d4b2
   # SSLRequireSSL 
561d4b2
   # Require valid-user
561d4b2
   # AuthType YYY
561d4b2
561d4b2
   DirectoryIndex anyterm.html
561d4b2
</Location>
561d4b2
561d4b2
<Location /anyterm/proxy>
561d4b2
   # admins are greatly encouraged to uncomment and 
561d4b2
   # install/use mod_ssl here to secure traffic 
561d4b2
   # SSLRequireSSL 
561d4b2
   # Require valid-user
561d4b2
   # AuthType YYY
561d4b2
561d4b2
   # proxy to the local-only anyterm daemon
561d4b2
   ProxyPass http://localhost:81 ttl=60
561d4b2
   ProxyPassReverse http://localhost:81
561d4b2
</Location>
561d4b2