diff options
author | gerald <gerald@localhost> | 1998-07-24 22:28:59 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1998-07-24 22:28:59 +0000 |
commit | 9c55e725652553f47abe37bf92c100fd4404e5d7 (patch) | |
tree | 7a429774206ea48d535c97c4d32df5bda05b883d | |
parent | 07c4f71a31b6d96e8aac4c2b586e0cf48478ac47 (diff) | |
download | markup-validator-9c55e725652553f47abe37bf92c100fd4404e5d7.zip markup-validator-9c55e725652553f47abe37bf92c100fd4404e5d7.tar.gz markup-validator-9c55e725652553f47abe37bf92c100fd4404e5d7.tar.bz2 |
added {Access,Resource}Config definitions
-rw-r--r-- | httpd/conf/httpd.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf index bad03a0..83a394d 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.2 1998-07-24 22:23:56 gerald Exp $ +# $Id: httpd.conf,v 1.3 1998-07-24 22:28:59 gerald Exp $ # # This is the main server configuration file. See URL http://www.apache.org/ @@ -249,6 +249,10 @@ MaxRequestsPerChild 30 #TransferLog logs/host.some_domain.com-access_log #</VirtualHost> +# We have all the configuration parameters in this single this (httpd.conf), +# so we'll define the others (normally srm.conf and access.conf) as /dev/null +AccessConfig /dev/null +ResourceConfig /dev/null # With this document, you define the name space that users see of your http # server. This file also defines server settings which affect how requests are |