[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Raq550: Statistics Usage - Regular & Webalizer (Q2)
- Subject: Re: [cobalt-users] Re: Raq550: Statistics Usage - Regular & Webalizer (Q2)
- From: "John D. Gorena" <Support@xxxxxxxxxxxxxxxxxxx>
- Date: Sun Dec 8 13:34:00 2002
- Organization: http://www.JMG-Enterprises.com
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Bas van Ecke wrote:
> My stats are all set to 755. So how yours get 644 is the question. What's
> in the webalizer.pl in the /etc/cron.daily?
>
> This is the relevant part in my script ( which is out-of-the-box ):
>
> <snip>
>
> # Create a directory /web/stats if it isn't there yet
> if (!-d $thepath)
> {
> mkdir $thepath, 775;
> chown 0, $gid, $thepath;
> chmod 0755, $thepath;
> }
>
> </snip>
Bas,
My file is the same as yours. As I see this part of the script, it is
seeting the directory to 775 not the individual monthly files. Could
you send me the whole webalizer.pl offlist so I can compare it to mine?
I'll do that first.
Also, I assume that you are loking at a Raq550?
Thanks,
John