Changes
Etherpad
,/* IPv6 and SSL */
== IPv6 and SSL ==
* Here is a reverse proxy configuration for apache. It then supports IPv6 and SSL
<syntaxhighlight lang="apache">
</VirtualHost>
</syntaxhighlight>
* SSL was not working, patched /home/etherpadlite/etherpad-lite/node/server.js (This is now replaced by the reverse proxy)** Here is a the ugly patch, not used anymore
<syntaxhighlight lang="diff">
diff --git a/node/server.js b/node/server.js