summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--httpd/conf/httpd.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf
index 0914557..f3ecb5c 100644
--- a/httpd/conf/httpd.conf
+++ b/httpd/conf/httpd.conf
@@ -5,7 +5,7 @@
#
# You may use the Include directive for including this in your main httpd.conf.
#
-# $Id: httpd.conf,v 1.22 2004-10-10 15:29:02 ville Exp $
+# $Id: httpd.conf,v 1.23 2005-01-26 01:03:39 ot Exp $
#
# The values below assume that you have the validator files in
@@ -18,6 +18,8 @@
# script as well as its and *.html, *.css etc files.
Alias /w3c-validator/ "/usr/share/w3c-markup-validator/htdocs/"
+ScriptAlias /wmvs/HEAD/feedback "/usr/share/w3c-markup-validator/httpd/cgi-bin/sendfeedback.pl"
+ScriptAlias /wmvs/HEAD/feedback.html "/usr/share/w3c-markup-validator/httpd/cgi-bin/sendfeedback.pl"
<Directory /usr/share/w3c-markup-validator/htdocs>
Options ExecCGI IncludesNOEXEC Indexes MultiViews