diff options
author | ot <ot@localhost> | 2005-01-26 01:03:39 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-01-26 01:03:39 +0000 |
commit | 1d23eb6ee5ba5494324336cf2bca753cf3f0b693 (patch) | |
tree | 45a94cd43292526ad8bce54b88a433678990017f | |
parent | cde5937d643b367e9c649bb9a6ff8dfe4aa08a34 (diff) | |
download | markup-validator-1d23eb6ee5ba5494324336cf2bca753cf3f0b693.zip markup-validator-1d23eb6ee5ba5494324336cf2bca753cf3f0b693.tar.gz markup-validator-1d23eb6ee5ba5494324336cf2bca753cf3f0b693.tar.bz2 |
adding conf directive to override feedback static page with sendfeedback script
-rw-r--r-- | httpd/conf/httpd.conf | 4 |
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 |