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

Re: [cobalt-users] FrontPage & Webalizer, solution!



Joe

All mine has is 0, 0

 if (-l "$asite")
  {
    $thepath = "$prefix/$asite/web/stats";
    # Create a directory /web/stats if it isn't there yet
    mkdir $thepath, 775  unless (-d $thepath);
    chown 0, 0, $thepath;
    chmod 0777, $thepath;
    $messages .=
       `webalizer -n $asite -q -T -o $thepath $prefix/$asite/logs/web.log`;
  }
}



----- Original Message -----
From: "Joe Quinn" <joe@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, October 06, 2000 9:20 AM
Subject: [cobalt-users] FrontPage & Webalizer, solution!


> For those with a problem not being able to use FrontPage after installing
> Webalizer;
>
> Telnet in,
> locate webalizer.pl
> edit webalizer.pl by changing httpd to nobody. I did this with;
>
> pico webalizer.pl
> ^w chown (to find the relevant bit in the file!)
> change httpd to nobody
>
> I did this experiment last week on a RaQ3, it seems ok, any advice from
the
> rest of the group?
>
> Joe Quinn   joe@xxxxxxxxxx
> QITC Internet Solutions
> Cisco re-seller, Cobalt Sapphire Partner.
> Free Domain Name Registration, Web Site Hosting, Co-location.
> The Best Value Bar None!
> Tel:    44 141 577 6919
> Mobile:    44 776 737 1234
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>