Domain Logs not rotating?

David C

Verified User
Joined
Mar 10, 2006
Messages
74
I've just realised the logs in my

Code:
/var/log/httpd/domains/

directory, is all in today's date. I can't find records of eariler logs.

My logs are probably not rotating! Please advice.
 
Logrotate is managed by a file that should be at /etc/cron.daily/logrotate so the first thing to do is see if that file exists, if it has the right ownership and permissions and if it has the right code.

Jeff
 
The issue I have is that the logs of my clients are not kept longer than 1 day.

in my

Code:
/var/log/httpd/domains

directory, a client's logs consists only of

Code:
-rw-r--r--    1 root     root         4373 May  5 08:16 sgfrag.net.bytes
-rw-r--r--    1 root     root        13064 May  5 08:07 sgfrag.net.error.log
-rw-r--r--    1 root     root       219902 May  5 08:16 sgfrag.net.log

There's only a log of the current day. Not the "5" logs to keep, that's specificied on DA's admin settings.
 
Back
Top