[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Owner of logfiles
- Subject: Re: [cobalt-users] Owner of logfiles
- From: "Jens-Peter Otto" <jp.otto@xxxxxxxxxxxxxxx>
- Date: Wed Jan 15 07:12:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 15 Jan 2003 15:27:55 +0100, muisnetw@xxxxxxxxx wrote:
> I guess the solution is in there. But, what concerns me is that in the
> webalizer script, there's a different chown command for sites with and
> without frontpage support:
>
> if (!-d $webpath . "/_vti_bin") {
> $messages .= cho "Frontpage NOT ENABLED on $webpath";
> $messages .= hown -R httpd:$name $thepath;
> } else {
> $messages .= cho "Frontpage ENABLED on $webpath";
> $messages .= hown -R nobody:$name $thepath;
> }
>
> That's why I'm confused.
it's not that confusing once you realize that these are for the stats directories :-)
Jens-Peter