I had several problems with this issue but i finally found a solution for the problem. The key is to add "*.pad.domainname" to the ServerAlias direcive.
Here is my solution for running an Etherpad Pro.
<VirtualHost *:80>
ServerName pad.braegelmann.com
ServerAlias *.pad.braegelmann.com
Options ExecCgi Includes MultiViews Indexes FollowSymlinks
ErrorLog /var/log/apache2/etherpad-error.log
TransferLog /var/log/apache2/etherpad-access.log
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
Alias /sitemap.xml /ep/tag/\?format=sitemap
ProxyPreserveHost On
ProxyPass / http://localhost:9000/
</VirtualHost>
I had several problems with this issue but i finally found a solution for the problem. The key is to add "*.pad.domainname" to the ServerAlias direcive.
Here is my solution for running an Etherpad Pro.
<VirtualHost *:80>
ServerName pad.braegelmann.com
ServerAlias *.pad.braegelmann.com
Options ExecCgi Includes MultiViews Indexes FollowSymlinks
ErrorLog /var/log/apache2/etherpad-error.log
TransferLog /var/log/apache2/etherpad-access.log
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
Alias /sitemap.xml /ep/tag/\?format=sitemap
ProxyPreserveHost On
ProxyPass / http://localhost:9000/
</VirtualHost>
Solution for "The requested URL /ep/finish-activation was not found on this server"
I had several problems with this issue but i finally found a solution for the problem. The key is to add "*.pad.domainname" to the ServerAlias direcive.Here is my solution for running an Etherpad Pro.<VirtualHost *:80>ServerName pad.braegelmann.comServerAlias *.pad.braegelmann.comOptions ExecCgi Includes MultiViews Indexes FollowSymlinksErrorLog /var/log/apache2/etherpad-error.logTransferLog /var/log/apache2/etherpad-access.log<Proxy *>Order deny,allowAllow from all</Proxy>Alias /sitemap.xml /ep/tag/\?format=sitemapProxyPreserveHost OnProxyPass / http://localhost:9000/</VirtualHost>
Keine Kommentare:
Kommentar veröffentlichen