use custom error page in apache template

This commit is contained in:
j 2012-11-16 01:32:13 +01:00
parent ac393520ab
commit c364520226
1 changed files with 6 additions and 0 deletions

View File

@ -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
</VirtualHost>