Closed ghost closed 10 years ago
Apache as reverse proxy is known to cause problems with etherpad lite. Others have solved this by using nginx.
Ok, Thanks.
I will try to use nginx but actually all my web service run with Apache 2.
I have the combo Etherpad-lite with proxy / Apache / Debian Wheezy working perfectly.
The difference I see between your conf and mine is that I have ""trustProxy": false," in my settings file.
It's worth a try to see if it resolves your problem.
As an example of working Apache config to ProxyPass Etherpad, here is a short blog post I wrote: https://chezsoi.org/lucas/blog/2014/10/10/en-setting-up-etherpad-in-a-server-subdirectory-aka-apache-config-hell/ I had to use mod_proxy_html to re-write URLs in the pages served.
Hi,
I have a problem with a Apache reverse-proxy and Etherpad-lite on Debian Wheezy. This is my configuration.
/etc/apache2/sites-enabled/etherpad
/var/www/etherpad-lite/settings.json (user-group : etherpad-etherpad)
When i run etherpad-lite with su -c "/var/www/etherpad-lite/bin/run.sh" -s /bin/bash etherpad :
And my log for my reverse-proxy :
I'm connecting on the PAD from http://etherpad.example.com but i have lot of disconnection and it's more instable. I check Apache and Etherpad configurations but i don't understand.
Any Ideas ?