diff options
author | gerald <gerald@localhost> | 1998-10-26 08:23:17 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1998-10-26 08:23:17 +0000 |
commit | ad5003837b8f85230e239419c551962d67a36b8a (patch) | |
tree | 5d7deed99931d3dd31011bc97da51f6016d2d6ba | |
parent | ab3e9de3b08eef72bc2f9cc3b380480afa8149ae (diff) | |
download | markup-validator-ad5003837b8f85230e239419c551962d67a36b8a.zip markup-validator-ad5003837b8f85230e239419c551962d67a36b8a.tar.gz markup-validator-ad5003837b8f85230e239419c551962d67a36b8a.tar.bz2 |
added ScriptAlias for tidy
-rw-r--r-- | httpd/conf/httpd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httpd/conf/httpd.conf b/httpd/conf/httpd.conf index 839d7f6..649d9a7 100644 --- a/httpd/conf/httpd.conf +++ b/httpd/conf/httpd.conf @@ -1,7 +1,7 @@ # # httpd.conf for validator.w3.org # -# $Id: httpd.conf,v 1.12 1998-08-15 00:45:56 gerald Exp $ +# $Id: httpd.conf,v 1.13 1998-10-26 08:23:17 gerald Exp $ # # This is the main server configuration file. See URL http://www.apache.org/ @@ -389,6 +389,7 @@ Alias /icons/ /usr/local/apache/icons/ # Format: ScriptAlias fakename realname ScriptAlias /check /usr/local/validator/httpd/cgi-bin/check +ScriptAlias /tidy /usr/local/validator/httpd/cgi-bin/tidy ScriptAlias /traceroute /usr/local/validator/httpd/cgi-bin/traceroute ScriptAlias /stats/referers /usr/local/validator/httpd/cgi-bin/referers |