[MKDoc-commit] [1.8] [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:06 GMT 2004
Log Message:
-----------
[1.8] [gt] give access to all logs, not just this week's
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.42
retrieving revision 1.43
diff -Ltools/install-details-gt.pl -Ltools/install-details-gt.pl -u -r1.42 -r1.43
--- tools/install-details-gt.pl
+++ tools/install-details-gt.pl
@@ -640,9 +640,12 @@
SetHandler perl-script
PerlHandler Apache::Status
</Location>
- RedirectMatch ^/.stats$ http://www.$domain_name/.stats/
- Alias /.stats/ $site_dir/logs/stats/
- <Location /.stats/>
+ RedirectMatch ^/.logs$ http://www.$domain_name/.logs/
+ Alias /.logs/ $site_dir/logs/
+ <Directory $site_dir/logs/>
+ Options Indexes
+ </Directory>
+ <Location /.logs/>
AuthType Basic
AuthName Protected
AuthUserFile $most_home/.gpanel/status_htpasswd
More information about the MKDoc-commit
mailing list