[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] webilizer help
- Subject: Re: [cobalt-users] webilizer help
- From: "Andy Ross" <andy@xxxxxxxxxxxxxxxxx>
- Date: Thu Jan 23 00:59:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I had this problem too. You need to edit webalizer.pl (this is in
/etc/cron.daily by default).
Look for the following two lines :-
$webpath = "$prefix/$asite/web";
$thepath = "$prefix/$asite/web/stats";
Change them to :-
$webpath = "$prefix/$asite/users/stats";
$thepath = "$prefix/$asite/users/stats/web";
That should do it.
Andy.
----- Original Message -----
From: "Paul Brown" <paulb@xxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, January 21, 2003 4:27 PM
Subject: [cobalt-users] webilizer help
> Hi All
>
> Recently I had to reinstall my raq4.....
>
> Before I had webilizer running ok, it was accessible by going to
> www.mydomain.com/~stats/
>
> After the reinstall all the files webilizer files (.png's etc) where all
> still in the correct directories etc.
>
> Next I installed the latest webilizer listed @ pkgmater.com but this
> installed the stats at www.mydomain.com/stats/.
>
> This I don't want...I want stats accessible via /~stats/ like before,
> anyone know how I can do this and also delete whats at /stats/ as it
> messes up site synchronisation in Dreamweaver.
>
> Kind Regards
>
> Paul Brown
>
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>