diff options
author | ot <ot@localhost> | 2005-01-26 01:04:46 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-01-26 01:04:46 +0000 |
commit | ec1b455c0da7c1a7574df0b89b4a670479dd05d6 (patch) | |
tree | a944b7bb003a7b0360014b9e55daa1c3488eb17d | |
parent | 1d23eb6ee5ba5494324336cf2bca753cf3f0b693 (diff) | |
download | markup-validator-ec1b455c0da7c1a7574df0b89b4a670479dd05d6.zip markup-validator-ec1b455c0da7c1a7574df0b89b4a670479dd05d6.tar.gz markup-validator-ec1b455c0da7c1a7574df0b89b4a670479dd05d6.tar.bz2 |
adapting feedback config to template
-rw-r--r-- | httpd/conf/httpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf index f3ecb5c..aa60404 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.23 2005-01-26 01:03:39 ot Exp $ +# $Id: httpd.conf,v 1.24 2005-01-26 01:04:46 ot Exp $ # # The values below assume that you have the validator files in @@ -18,8 +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" +ScriptAlias /w3c-validator/feedback "/usr/share/w3c-markup-validator/httpd/cgi-bin/sendfeedback.pl" +ScriptAlias /w3c-validator/feedback.html "/usr/share/w3c-markup-validator/httpd/cgi-bin/sendfeedback.pl" <Directory /usr/share/w3c-markup-validator/htdocs> Options ExecCGI IncludesNOEXEC Indexes MultiViews |