# 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
# ProxySettings end
# Auth start
AuthType Basic
AuthName "LaTeX generator"
AuthUserFile /etc/environments/webserver/users
AuthGroupFile /etc/environments/webserver/groups
Order Deny,Allow
Allow from All
Require valid-user
AuthType Basic
AuthName "CommandLineServer"
AuthUserFile /etc/environments/webserver/users
AuthGroupFile /etc/environments/webserver/groups
Order Deny,Allow
Allow from All
Require valid-user
# Auth end