I’m trying to have apache create a new error log file every day, based on the current date.
The default error log filename is something like this:
ErrorLog “/logs/error.log”
and I want it to be something like:
ErrorLog “/logs/error_$year$month$day.log”
Any ideas?
Take a look at Cronolog