can't view webalizer usage stats

Matias Feliciano feliciano.matias at free.fr
Mon May 3 23:46:07 UTC 2004


Le mar 04/05/2004 à 01:40, Mike Chambers a écrit :
> I am trying to view my usage stats for webalizer but it doesnt' seem to
> let me.  I have usage located in /var/www/html/ dir and the
> /etc/webalizer.conf points to that location (I moved it thinking it
> might be the problem), but I get permission denied.
> 
> http://www.netlyncs.com/usage/
> 
> Can someone take a look and give me a hint on what the problem is? 
> Permissions?

# cat /etc/httpd/conf.d/webalizer.conf
#
# 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>

Try with http://localhost/usage/ .
Work here.

> -- 
> Mike Chambers
> Madisonville, KY
> 
> "It's only funny until someone gets hurt...Then it's hilarious!"
> 





More information about the test mailing list