- From: Ville Skytta <ville@dev.w3.org>
- Date: Sun, 10 Oct 2004 13:04:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/conf
In directory hutz:/tmp/cvs-serv9994
Modified Files:
httpd.conf
Log Message:
Sync with 0_6_0-branch.
Index: httpd.conf
===================================================================
RCS file: /sources/public/validator/httpd/conf/httpd.conf,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- httpd.conf 9 May 2004 15:56:54 -0000 1.20
+++ httpd.conf 10 Oct 2004 13:04:45 -0000 1.21
@@ -16,6 +16,7 @@
# This is the directory where you have the validator's "check"
# script as well as its and *.html, *.css etc files.
+
Alias /w3c-validator/ "/usr/share/w3c-markup-validator/"
<Directory /usr/share/w3c-markup-validator>
@@ -39,10 +40,16 @@
</IfModule>
# Tell httpd that "check" is a CGI script.
+
<Location "/w3c-validator/check">
+
SetHandler cgi-script
<IfModule mod_perl.c>
+
+ # All mod_perl versions:
+ #SetHandler perl-script
+
# mod_perl 1.2x:
#PerlHandler Apache::Registry
#PerlSendHeader On
@@ -50,5 +57,7 @@
# mod_perl 1.99+:
#PerlResponseHandler ModPerl::Registry
#PerlOptions +ParseHeaders
+
</IfModule>
+
</Location>
Received on Sunday, 10 October 2004 13:04:48 UTC