From 6eac2667f24dd84bfa055150d1b6c5b6416332fb Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 6 Feb 2011 13:29:03 +0100 Subject: [PATCH] Custom ErrorDocument 404 Signed-off-by: Martin Zobel-Helas --- .../files/common/etc/apache2/sites-available/www.debian.org | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.20.1