Flickr

www.flickr.com

Mittwoch, 27. Juli 2011

Nachtexperimente zum Einschlafen

http://www.braegelmann.com/bernd/downloads/Nachtexperimente.mp3

Montag, 25. Juli 2011

Nachtimprovisationen

https://braegelmann.com/bernd/downloads/Nachtimprovisation.m4a

Ich freu mich so auf mein Mischpult. Danke SuperTux für die Hilfe!

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.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>