Changes

Etherpad

68 bytes removed, 15:14, 14 March 2012
/* IPv6 and SSL */
== IPv6 and SSL ==
* IPv6
** Considering patching etherpad-lite to use ipv6 as well
** Use a reverse-proxy
* SSL was not working, patched /home/etherpadlite/etherpad-lite/node/server.js line 81.
* 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
ControlGroup, administrator
4,220
edits