diff options
-rw-r--r-- | httpd/conf/httpd.conf | 4 |
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. |