diff options
-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 |