Thu Jan 08 2004 Joe Orton <jorton@redhat.com> 2.01_10-18 - update default config Thu Jan 08 2004 Joe Orton <jorton@redhat.com> 2.01_10-17 - add fix for #111433 Fri Nov 28 2003 Joe Orton <jorton@redhat.com> 2.01_10-16 - merge from Taroon Tue Oct 21 2003 Florian La Roche <Florian.LaRoche@redhat.de> - add %clean specfile target Fri Aug 01 2003 Joe Orton <jorton@redhat.com> 2.01_10-15.ent - support large (>2gb) log files on 32-bit platforms - move default output directory to /var/www/usage - add conf.d/webalizer.conf to add alias for /usage - only allow access to usage stats from localhost by default - change default config: don't ignore out-of-sequence log entries, count .php and .shtml as "page" extensions. Thu Jul 03 2003 Joe Orton <jorton@redhat.com> - rebuilt
13 lines
333 B
Text
13 lines
333 B
Text
#
|
|
# This configuration file maps the webalizer log analysis
|
|
# results (generated daily) into the URL space. By default
|
|
# these results are only accessible from the local host.
|
|
#
|
|
Alias /usage /var/www/usage
|
|
|
|
<Location /usage>
|
|
Order deny,allow
|
|
Deny from all
|
|
Allow from localhost
|
|
# Allow from .example.com
|
|
</Location>
|