Update of /sources/public/validator/httpd/conf In directory hutz:/tmp/cvs-serv16648 Modified Files: httpd.conf Log Message: passing /check/referer to the mod_perl handler too Index: httpd.conf =================================================================== RCS file: /sources/public/validator/httpd/conf/httpd.conf,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- httpd.conf 25 Jul 2007 17:13:04 -0000 1.37 +++ httpd.conf 26 Jul 2007 03:57:43 -0000 1.38 @@ -13,7 +13,7 @@ # First, tell httpd that check and sendfeedback.pl are CGI scripts. -AliasMatch ^/+w3c-validator/+check$ /usr/local/validator/cgi-bin/check +AliasMatch ^/+w3c-validator/+check(/+referer)?$ /usr/local/validator/cgi-bin/check AliasMatch ^/+w3c-validator/+feedback(\.html)?$ /usr/local/validator/cgi-bin/sendfeedback.pl <IfDefine MODPERL2> @@ -21,7 +21,7 @@ PerlSwitches -T </IfDefine> -<LocationMatch "^/+w3c-validator/+(check|feedback(\.html)?)$"> +<LocationMatch "^/+w3c-validator/+(check|feedback(\.html)?)"> Options +ExecCGI SetHandler cgi-script <IfDefine MODPERL2>Received on Thursday, 26 July 2007 03:57:50 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:33:19 GMT