Re: Webalizer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: "Tom Klem" <thewiz@xxxxxxxxxxxxxxxx>
> I think another poster had mentioned to change the owner to apache, and
leave the user root, or vice versa, that seems to work here.
>

The "supported" way to get webalizer working is simple:

1) $ su -
2) # vi /etc/httpd/conf.d/webalizer.conf
3) Change your file to look like:

Alias /usage /var/www/usage

<Location /usage>
    Order deny,allow
    Allow from all
#    Deny from all
#    Allow from 127.0.0.1
#    Allow from ::1
    # Allow from .example.com
</Location>


4) # service httpd restart

end of story.


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux