diff options
-rw-r--r-- | httpd/conf/httpd.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf index 649d9a7..6e3de43 100644 --- a/httpd/conf/httpd.conf +++ b/httpd/conf/httpd.conf @@ -1,7 +1,7 @@ # # httpd.conf for validator.w3.org # -# $Id: httpd.conf,v 1.13 1998-10-26 08:23:17 gerald Exp $ +# $Id: httpd.conf,v 1.14 2002-10-12 09:10:17 link Exp $ # # This is the main server configuration file. See URL http://www.apache.org/ @@ -509,7 +509,8 @@ AllowOverride None # below. <Directory /usr/local/validator/htdocs> -Options Indexes FollowSymLinks +Options Indexes FollowSymLinks +Includes +XBitHack Full AllowOverride None order allow,deny allow from all |