Folgende vHost-Einstellungen führten bei mir zum Erfolg:
# Sample configuration for proxying an installation of EtherPad for Apache 2 # The configuration should forward the domain requests to the EtherPad server running on port 9000 on localhost # See these instructions to setup EtherPad on your server: http://pauleira.com/13/installing-etherpad/ ServerName www.domain.tld ServerAlias domain.tld ServerAdmin [email protected] ProxyRequests Off ProxyPass / http://localhost:9000/ ProxyPassReverse / http://localhost:9000/ ProxyPreserveHost on Options FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all ServerSignature Off
3 Antworten zu “Proxying EtherPad with Apache”
awesome. Thank you for this, it saved me a lot of time.
I’m using this configuration but every time I try to start a new pad I encounter the following error message:“Not Found“The requested URL /p/pad/ was not found on this server.“It seems that /pad is rewritten by Etherpad-Lite to /p/pad internally. Do you know why this is?
<div> Unfortunately no, sorry. Didn’t play around with Etherpad for a while. </div>