[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] STOP THE LOG FILES!
- Subject: Re: [cobalt-users] STOP THE LOG FILES!
- From: "Thomas" <tsanders.cobalt@xxxxxxxxxx>
- Date: Wed Nov 7 15:13:32 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Sure, depending on how you set up the sites, and what system you are running
on.
If you are on a RaQ4 the logs will be sorted and placed in
/home/sites/sitename/logs
You can create a cronjob that goes in and does a rm -f
/home/sites/sitename/logs/*
You can also do something like this in the httpd.conf file
You place them in the <VirtualHost> for each site that you want to turn off
logging
ErrorLog /dev/nul
TransferLog /dev/nul
But it depends on how you do your virtual hosting.
If you use the Cobalt GUI those changes may get overwritten.
You can also edit the size and hold time of the nightly log rotate util.
-Thomas
----- Original Message -----
From: "Spuds" <spuds@xxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, November 07, 2001 7:13 AM
Subject: [cobalt-users] STOP THE LOG FILES!
> I'm having a problem with several of our users. We are an ISP that offers
> web hosting. The problem is, our web hosting package is still in the
stone
> age for a lot of our customers who pay nearly 60 dollars for 20 megs of
web
> space and 5 e-mail addresses. Some of these sites, the log files quickly
> grow to occupy that space.
>
> Some customers use the logs, others don't.
>
> Is there any way for me to turn off logging for particular sites, or make
> the log spill off after it gets to a certain size?
>
> Robert
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>