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

RE: [cobalt-users] How to disable apache logfiles



-----Original Message-----
From: Andras Kende [mailto:andras@xxxxxxxxx]
Sent: Tuesday, July 30, 2002 8:29 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] How to disable apache logfiles


Hello All,

I would like to disable apache logging due to huge logfile size..

Is it enough to comment it out in /etc/httpd/conf/httpd.conf 
or need to make some other changes elsewhere ??
-----------------------------------
What log lelvel do you have set in your httpd.conf? Lower that
number would reduce the size of your log,

You never know when you might need the log file in the short term.
You could always run a cron job that did a:

cat /dev/null >home/logs/httpd/access

You could schedule this cron job to run as often as need to keep the
access file down to a reasonable size. Of course, all your web statistics
would also be lost.