Include log_config module in apache.conf
[gitweb.git] / t / lib-httpd / apache.conf
index af6e5e1d6ae503dfadc94feef4d9cb4b623163ec..a0d4077ee36853f654653579f38b29009643d88f 100644 (file)
@@ -4,6 +4,7 @@ DocumentRoot www
 LogFormat "%h %l %u %t \"%r\" %>s %b" common
 CustomLog access.log common
 ErrorLog error.log
+LoadModule log_config_module modules/mod_log_config.so
 
 <IfDefine Darwin>
        LoadModule log_config_module modules/mod_log_config.so