Hi! I received this answer to my question: mod_log_confighttp://httpd.apache.org/docs/current/mod/mod_log_config.html#customlog
Is this module also the one in charge of creating the access log file if it does not exist? What I need to do is to create an extra file to sotre the modifiers of the access log file and the time of the modifications. I am planning to add this functionality to the mod_log_config module. Do you think that this is a good approach? Thank you! Miguel Antonio From: miguel_villarrea...@hotmail.com To: dev@httpd.apache.org Subject: Which Apache module write the access log file Date: Thu, 27 Mar 2014 16:37:10 -0500 Hello. What module of Apache write to the access log file? I mean, which one open the file and write the log? Thank you! Miguel Antonio