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

[cobalt-users] Re: Raq550: Statistics Usage - Regular & Webalizer (Q2)



Hi John,

I am only replying to your second question.

> 2) Webalizer problem - for all the sites that were created before
> December 1, 2002 the webalizer information can be viewed.  As of
> December 1 the December files have 640 privileges and should have them
> set to 644.  How do I change this in Webalizer to do this from now on?

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>

So, if this is different in your script you can change it there. If you
haven't changed anything and something else is displayed, let the list
know :-) and maybe we can find out what's going on.

Regards, Bas van Ecke



-----------------------------------------
This email was sent using SquirrelMail.
   "Webmail for nuts!"
http://squirrelmail.org/