[MKDoc-commit] [1.6] [gt] give access to all logs, not just this week's

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Dec 8 11:50:56 GMT 2004


Log Message:
-----------
[1.6] [gt] give access to all logs, not just this week's

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/tools:
        install-details-gt.pl

-------------- next part --------------
Index: install-details-gt.pl
===================================================================
RCS file: /var/spool/cvs/mkd/tools/install-details-gt.pl,v
retrieving revision 1.21.2.20
retrieving revision 1.21.2.21
diff -Ltools/install-details-gt.pl -Ltools/install-details-gt.pl -u -r1.21.2.20 -r1.21.2.21
--- tools/install-details-gt.pl
+++ tools/install-details-gt.pl
@@ -392,8 +392,11 @@
         SetHandler perl-script
         PerlHandler Apache::Status
     </Location>
-    RedirectMatch ^/.stats$ http://www.$domain_name/.stats/
-    Alias /.stats/ $site_dir/logs/stats/
+    RedirectMatch ^/.logs$ http://www.$domain_name/.logs/
+    <Directory $site_dir/logs/>
+        Options Indexes
+    </Directory>
+    Alias /.logs/ $site_dir/logs/
 
     Alias /               /usr/local/mkdoc/cgi/mkdoc.cgi/
 END


More information about the MKDoc-commit mailing list