[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] raq4 webalizer
- Subject: Re: [cobalt-users] raq4 webalizer
- From: "Gary Peltola - Web Hosting Network" <clist@xxxxxxxxxxxxxxx>
- Date: Wed Dec 13 14:52:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
thanks that worked
_________________________________________________________________
Gary Peltola
gary@xxxxxxxxxxxxxxx
Web Hosting Network
http://www-hosting.net
_________________________________________________________________
----- Original Message -----
From: "Suzanne Hediger" <suzanne@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, December 13, 2000 12:55 PM
Subject: Re: [cobalt-users] raq4 webalizer
:
: > I have a RAQ4, installed the webalizer package, and yet again, my users
: are
: > getting "Cannot change permissions on
: > file"/home/sites/site5/web/stats/usage_200012.html"
: >
: > How do i change the /etc/cron.daily/webalizer.pl owner to nobody? I have
: > enclosed my pl file
: >
: > Do I change : chown 0, $gid, $thepath
: > to this: chown nobody, $gid, $thepath
: >
: This:
:
: # Now change ownership of stats files for siteadmin
: $messages .= `chown -R httpd:$name $thepath`;
:
: Should be this:
:
: # Now change ownership of stats files for siteadmin
: $messages .= `chown -R nobody:$name $thepath`;
:
: Suzanne Hediger
: Heller Information Services
: 301-255-0500
: 1-888-818-0500
: http://suzanne.his.com
:
:
: _______________________________________________
: cobalt-users mailing list
: cobalt-users@xxxxxxxxxxxxxxx
: To Subscribe or Unsubscribe, please go to:
: http://list.cobalt.com/mailman/listinfo/cobalt-users
: