[TriLUG] Webalizer help
Dave Sorenson
dave at logicalgeek.com
Fri Oct 6 12:48:48 EDT 2006
To clarify, the file you are looking for is
/etc/httpd/httpd.conf/webalizer.conf It tells apache not to let any
machine other than local host see your files. Comment out as follows to
allow access from any computer, or modify to allow access from your
network's IP addresses.
Paste from my file:
#
# 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 127.0.0.1
# Allow from ::1
# Allow from .example.com
#</Location>
HTH!
Dave
Dave Sorenson wrote:
> I have a fuzzy recollection that somewhere in Webalizer.conf there is
> a setting to allow access from hosts other than 127.0.0.1 (localhost).
> You have to comment out or uncomment the entry in order to be able to
> access the reports from any web browser.
>
> I'll look tonight if you do not get a better answer.
>
> Dave
>
> Jojo Almario wrote:
>> I am trying to configure and run webalizer on an FC4 server. Here is
>> what I have done so far
>>
>>
>>
>> - editied conf file with the following settings
>>
>> - Log file = /var/log/httpd/htaccess_log
>>
>> - Outputdir =/var/www/usage
>>
>> - Set HostName = [mydomain].org
>>
>>
>>
>> I then ran /usr/bin/webalizer -c /etc/webalizer.conf >>
>> /var/log/httpd/webalizer.log
>>
>>
>>
>> I got this procedure from http://linux.cudeso.be/linuxdoc/webalizer.php
>> and just inserting the values I thought I would need. What I get when I
>> go to www.[mydomain].com/usage is a 403 that says "Forbidden" I don't
>> have permission to access /usage on this server.
>>
>>
>>
>> I have not adjusted the permissions or ownership on the /usage folder
>> yet. There is another web server that used to run webalizer that I
>> migrated from (FC2). It worked on that server but I wasn't the one who
>> configured it. The permissions and owner ship from what I can tell are
>> the same.
>>
>>
>>
>> Any help is appreciated
>>
>>
>>
>>
>>
>> JOJO
>>
>>
More information about the TriLUG
mailing list