diff --git a/config/apache2/apache2.conf b/config/apache2/apache2.conf index c1101fa..5aac5f8 100644 --- a/config/apache2/apache2.conf +++ b/config/apache2/apache2.conf @@ -186,6 +186,10 @@ LogLevel warn MIMEMagicFile /etc/apache2/magic +ErrorDocument 403 /error/403.html +ErrorDocument 404 /error/404.html +ErrorDocument 500 /error/500.html + DocumentRoot "/data/htdocs/www"