----- Original Message -----
>
>> From: "Dogsbody" <dan (at mark) dogsbody.org>
>> $theuptime = `uptime`;
>> chomp ($theuptime);
>> ($top0, $top1, $top2, $top3, $top4, $top5) = split(/,/,$theuptime);
>> chomp ($top3);
>> $theload = $top3;
>
> on my system I had to use top2 to get the load
>
> chomp ($top2);
> $theload = $top2;
>
>> system ("chgrp -R $sitenumber $custdir ");
>> print "did this chgrp -R $sitenumber $custdir\n";
>
>
> Wouldn't this destroy any FrontPage sites ???
> ? Did not test this yet
>
On a server with a quad core cpu 2,3 Ghz and 225 sites, it took about 10
minutes to run throgh all the sites and change the group.
I think that the best solution would be to make the suexec wrapper work - or
maybe Stephanie, knows how to set up https.conf so that the group is correct
by default...
--
Thomas