[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] /var/log/httpd/access is not generating
- Subject: Re: [cobalt-users] /var/log/httpd/access is not generating
- From: Bruce Timberlake <bruce@xxxxxxxxxx>
- Date: Tue Sep 30 20:08:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Server using cobalt raq4r. The /var/log/httpd/access file became to
>large and it was causing load on the server while writing....
>
> I zipped the access log file maintaiing the serial as per the log
>rotation... i mean my last zipped log file was access.1.gz and i zipped it in
>to *access.2.gz* . Created the access file with touch then restarted the
>httpd... But i am watching that access file is not being generated... Its value
>is still 0.
>
>Can anyone give me any hints...
did you restart apache after rotating the log? it will keep writing
to the same old file unless you do
/etc/rc.d/init.d/httpd reload
or you'll see the problem fix itself at 4am tomorrow when the server
resets itself anyway...