From: Martin Zobel-Helas Date: Sun, 6 Feb 2011 12:29:03 +0000 (+0100) Subject: Custom ErrorDocument 404 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6eac2667f24dd84bfa055150d1b6c5b6416332fb;p=mirror%2Fdsa-puppet.git Custom ErrorDocument 404 Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org index 898bce652..667ab16d6 100644 --- a/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org +++ b/modules/apache2/files/common/etc/apache2/sites-available/www.debian.org @@ -109,6 +109,9 @@ # this behavior, and proxies will be allowed to cache the documents. CacheNegotiatedDocs On +# Custom Error + ErrorDocument 404 /errors/404 + # the joys of backwards compatibility Redirect /cgi-bin/cvsweb http://cvs.debian.org Redirect /Lists-Archives http://lists.debian.org