[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Webalizer with frontpage.-(
- Subject: Re: [cobalt-users] Webalizer with frontpage.-(
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Thu Feb 1 05:18:12 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> My webalizer.pl file appears this:
>
> if (!-d $thepath)
> {
> mkdir $thepath, 775;
> chown 0, $gid, $thepath;
> chmod 0755, $thepath;
> }
>
> Somebody can help me, and tell me what I need to change in this part?
>
> Many thanks in advance..
>
> Regards
> Fabian
Fabian,
Don't change that part. Go down a few lines further to this part:
# Now change ownership of stats files for siteadmin
And make the next line look like this:
$messages .= `chown -R nobody:$name $thepath`;
Works for me. If you want to test it, just telnet into your cron folder and
run the .pl file, rather than 'waiting' for it to run itself.
Carrie Bartkowiak