- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Jul 2007 06:56:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/conf In directory hutz:/tmp/cvs-serv10692/httpd/conf Modified Files: httpd.conf Log Message: suggesting to use mod_perl2 Index: httpd.conf =================================================================== RCS file: /sources/public/validator/httpd/conf/httpd.conf,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- httpd.conf 17 Jul 2007 05:17:57 -0000 1.33 +++ httpd.conf 24 Jul 2007 06:56:44 -0000 1.34 @@ -16,18 +16,19 @@ AliasMatch ^/+w3c-validator/+check$ /usr/local/validator/cgi-bin/check AliasMatch ^/+w3c-validator/+feedback(\.html)?$ /usr/local/validator/cgi-bin/sendfeedback.pl -#<IfDefine MODPERL2> +<IfDefine MODPERL2> # Note: this affects the whole server, not just the validator. -#PerlSwitches -T -#</IfDefine> +PerlSwitches -T +</IfDefine> + <LocationMatch "^/+w3c-validator/+(check|feedback(\.html)?)$"> Options +ExecCGI SetHandler cgi-script -#<IfDefine MODPERL2> -# SetHandler perl-script -# PerlResponseHandler ModPerl::Registry -# PerlOptions +ParseHeaders -#</IfDefine> +<IfDefine MODPERL2> + SetHandler perl-script + PerlResponseHandler ModPerl::Registry + PerlOptions +ParseHeaders +</IfDefine> </LocationMatch> # This is the directory where you have the validator's *.html, *.css etc files.
Received on Tuesday, 24 July 2007 06:56:51 UTC