summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2007-07-27 21:20:17 +0000
committerville <ville@localhost>2007-07-27 21:20:17 +0000
commitd57925773cebff4c8837b04454ffdf18e390c706 (patch)
tree217fdc84f16c0e3c94eed355b54aebce40532956
parent965374435883a7e97a64740c7c57eee50826930a (diff)
downloadmarkup-validator-d57925773cebff4c8837b04454ffdf18e390c706.zip
markup-validator-d57925773cebff4c8837b04454ffdf18e390c706.tar.gz
markup-validator-d57925773cebff4c8837b04454ffdf18e390c706.tar.bz2
Bring mod_perl comment up to date.
-rw-r--r--httpd/conf/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf
index c431566..737a4b0 100644
--- a/httpd/conf/httpd.conf
+++ b/httpd/conf/httpd.conf
@@ -8,8 +8,8 @@
# The values below assume that you have the validator files in
# /usr/local/validator. If not, tune them according to your setup.
#
-# To run the validator with mod_perl 2.x, uncomment the "IfDefine MODPERL2"
-# sections below.
+# To run the validator without mod_perl 2.x even if it is loaded, comment
+# out the "IfDefine MODPERL2" sections below.
# First, tell httpd that check and sendfeedback.pl are CGI scripts.