# ProxySettings start
ProxyPass /nodejs/simpleChat http://localhost:8082
ProxyPass /nodejs/LaTeXServer http://localhost:8083
ProxyPass /nodejs/SandboxServer http://localhost:8084
ProxyPass /nodejs/MasterServer http://localhost:8085
ProxyPass /nodejs/CommandLineServer http://localhost:8086
ProxyPass /nodejs/OAuthServer http://localhost:8087
ProxyPass /nodejs/TestServer http://localhost:8089
ProxyPass /nodejs/EventTrackerServer http://localhost:8090
ProxyPass /nodejs/CodeSearchServer http://localhost:8092
ProxyPass /nodejs/DatabaseQueryServer http://localhost:8093
ProxyPass /nodejs/MartinsPlayground http://localhost:8100
ProxyPass /nodejs/ExampleServer http://localhost:8093
# ProxySettings end
# Auth start
#
# AuthType Digest
# AuthDigestDomain "/repository/"
# AuthUserFile "/etc/environments/webserver/lively_digest.htpasswd"
# AuthGroupFile /etc/environments/webserver/groups
# AuthName "LaTeX generator"
#
# Order Deny,Allow
# Allow from All
#
#
# Require valid-user
#
#
AuthType Digest
AuthDigestDomain "/repository/"
AuthUserFile "/etc/environments/webserver/lively_digest.htpasswd"
AuthGroupFile /etc/environments/webserver/groups
AuthName "lively"
Order Deny,Allow
Allow from All
Require valid-user
# Auth end