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

Re: [cobalt-users] /var/log/httpd/access is not generating



>       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...