From 0a4460d48706e36ca17217d0cdfa6da116299e19 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 17 Jul 2015 04:38:04 +0200 Subject: added documentation for websocket tunnel diff --git a/README b/README index 7269872..250b41e 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Installation ============ # sudo aptitude install apache2 libapache2-mod-perl2 libconfig-inifiles-perl libdbd-mysql-perl libjs-jquery rivendell-server -# sudo a2enmod ssl authnz_ldap perl +# sudo a2enmod ssl authnz_ldap perl proxy_wstunnel # sudo /etc/init.d/apache2 restart add the following to /etc/apache2/mods-endabled/ldap.conf: @@ -84,4 +84,6 @@ add the following to the virtualhost config: Require all denied Require valid-user + + ProxyPass "/time" "ws://localhost:3000/time" ~~~/snip~~~ -- cgit v0.10.2