>
> I have in here a PC redhat 5.1 with Apache web server. My problem is that
> the httpd creates other files than my transferlog file "access_log" in
> the same directory.
>
> Like:
> access_log
> access_log.1
> access_log.2
> access_log.3
>
> but I want to keep all of them in the same file. How can I configure
> this?
It's not the server that's doing this, but the "logrotate" utility that is
being run from a cron job each day.
If you want to disable it, then remove the /etc/logrotate.d/apache config
file (or comment out it's contents).
Cheers
Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu