From: mis Date: Fri, 26 May 2000 09:06:00 +0000 (+0000) Subject: - error documents are allowed to display propely X-Git-Tag: apache-1_3_12-5~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=52e4c8396b0db272ccdb98584954b23c33e6b2d1;p=packages%2Fapache.git - error documents are allowed to display propely Changed files: apache-httpd.conf -> 1.14 --- diff --git a/apache-httpd.conf b/apache-httpd.conf index 3096cb0..ac04347 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -676,6 +676,11 @@ MetaSuffix .meta Alias /errordocs/ "/home/httpd/errordocs/" + + AllowOverride none + Options IncludesNoExec FollowSymLinks + + ErrorDocument 400 /errordocs/400.shtml ErrorDocument 401 /errordocs/401.shtml ErrorDocument 403 /errordocs/403.shtml