In Apache 2 mod_log_config exposes an interface (via optional functions
ap_log_set_writer_init and ap_log_set_writer) that allows the log writer
to be replaced. I've used that interface to implement mod_log_rotate
which does time based log rotation in a similar way to rotatelogs.
This is worthw
In Apache 2 mod_log_config exposes an interface (via optional functions
ap_log_set_writer_init and ap_log_set_writer) that allows the log writer
to be replaced. I've used that interface to implement mod_log_rotate
which does time based log rotation in a similar way to rotatelogs.
This is worthw