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

Re: [cobalt-users] Owner of logfiles



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