diff --git a/etc/apache2/pandora.conf b/etc/apache2/pandora.conf index c49b1172..b611e6fe 100644 --- a/etc/apache2/pandora.conf +++ b/etc/apache2/pandora.conf @@ -41,6 +41,12 @@ 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