From: Daniel Barkalow Date: Wed, 11 Mar 2009 03:23:45 +0000 (-0400) Subject: Include log_config module in apache.conf X-Git-Tag: v1.6.3-rc0~179 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4d5d3984749bfb7e2137fb4bce6ac1ace9286aca;p=git.git Include log_config module in apache.conf The log_config module is needed for at least some versions of apache to support the LogFormat directive. Signed-off-by: Daniel Barkalow Signed-off-by: Junio C Hamano --- diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf index af6e5e1d6..a0d4077ee 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -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 LoadModule log_config_module modules/mod_log_config.so