Changes

Jump to: navigation, search

Etherpad

679 bytes added, 12:17, 14 March 2012
** Use a reverse-proxy
* SSL was not working, patched /home/etherpadlite/etherpad-lite/node/server.js line 81.
* Here is the a reverse proxy configuration for apache. It then supports IPv6 and SSL<syntaxhighlight lang="apache">NameVirtualHost *:9000Listen 9000<VirtualHost *:9000> ServerName foo.fixme.ch ServerSignature Off CustomLog /var/log/apache2/etherpad_access.log combined ErrorLog /var/log/apache2/etherpad_error.log  # Reverse Proxy for Etherpad ProxyVia On ProxyRequests Off ProxyPass / http://127.0.0.1:9001/ ProxyPassReverse / http://127.0.0.1:9001/ ProxyPreserveHost on <Proxy *> Options FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Proxy></VirtualHost></syntaxhighlight>* Here is a ugly patch, considering using a proxynot used anymore
<syntaxhighlight lang="diff">
diff --git a/node/server.js b/node/server.js
ControlGroup, administrator
4,237
edits