summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2002-10-12 09:10:17 +0000
committerlink <link@localhost>2002-10-12 09:10:17 +0000
commit61e7207808b988842e0b7a8606749103bb3199bf (patch)
tree673a158d138a4b76dda3c12b85971952f5854d91
parent179b5d717310fb6955667072727c24399be7310b (diff)
downloadmarkup-validator-61e7207808b988842e0b7a8606749103bb3199bf.zip
markup-validator-61e7207808b988842e0b7a8606749103bb3199bf.tar.gz
markup-validator-61e7207808b988842e0b7a8606749103bb3199bf.tar.bz2
Add "Options +Includes" and "XBitHack Full".
-rw-r--r--httpd/conf/httpd.conf5
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