diff options
author | gerald <gerald@localhost> | 1998-08-15 00:45:56 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1998-08-15 00:45:56 +0000 |
commit | cfb798a5c5ecb95294e3e0c44b3fc50737fbd5bc (patch) | |
tree | 4a4f6d1b8013e8114c31a1beef62d441ebcb672f | |
parent | 6a4dcadb2ccfca832706cde7289509f26e8dd1c7 (diff) | |
download | markup-validator-cfb798a5c5ecb95294e3e0c44b3fc50737fbd5bc.zip markup-validator-cfb798a5c5ecb95294e3e0c44b3fc50737fbd5bc.tar.gz markup-validator-cfb798a5c5ecb95294e3e0c44b3fc50737fbd5bc.tar.bz2 |
added ScriptAlias for /stats/referers (oops, forgot to commit it yesterday)
-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 eabcacb..839d7f6 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.11 1998-08-12 21:39:19 gerald Exp $ +# $Id: httpd.conf,v 1.12 1998-08-15 00:45:56 gerald Exp $ # # This is the main server configuration file. See URL http://www.apache.org/ @@ -390,6 +390,7 @@ Alias /icons/ /usr/local/apache/icons/ ScriptAlias /check /usr/local/validator/httpd/cgi-bin/check ScriptAlias /traceroute /usr/local/validator/httpd/cgi-bin/traceroute +ScriptAlias /stats/referers /usr/local/validator/httpd/cgi-bin/referers # If you want to use server side includes, or CGI outside # ScriptAliased directories, uncomment the following lines. |