#ServerName pandora.YOURDOMAIN.COM
Options -Indexes
Order deny,allow
Allow from all
XSendFile on
XSendFilePath /srv/pandora
AddType video/webm webm
ProxyRequests Off
Order deny,allow
Allow from all
ProxyPass /static !
ProxyPass /favicon.ico !
ProxyPass /robots.txt !
ProxyPass /data !
ProxyPass /.bzr !
Alias /.bzr /srv/pandora/.bzr
Alias /static /srv/pandora/static
Alias /favicon.ico /srv/pandora/static/favicon.ico
Alias /data /srv/pandora/data
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:2620/
ProxyPassReverse / http://127.0.0.1:2620/
LogLevel warn
ErrorLog /var/log/apache2/pandora_error.log
CustomLog /var/log/apache2/pandora_access.log combined
ServerSignature Off