#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 /data ! ProxyPass /.bzr ! RequestHeader unset Proxy 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 /api/ws/ ws://127.0.0.1:2622/ retry=0 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 ErrorDocument 500 /srv/pandora/static/html/50x.html ErrorDocument 502 /srv/pandora/static/html/50x.html ErrorDocument 503 /srv/pandora/static/html/50x.html ErrorDocument 504 /srv/pandora/static/html/50x.html ErrorDocument 404 /srv/pandora/static/html/404.html ServerSignature Off