diff options
author | Daniel Barkalow <barkalow@iabervon.org> | 2009-03-10 23:23:45 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-10 23:09:48 -0700 |
commit | 4d5d3984749bfb7e2137fb4bce6ac1ace9286aca (patch) | |
tree | 78b190452f215d28a70b460eca1ef269053b1cc4 | |
parent | Typo and language fixes for git-checkout.txt (diff) | |
download | tgif-4d5d3984749bfb7e2137fb4bce6ac1ace9286aca.tar.xz |
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 <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | t/lib-httpd/apache.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf index af6e5e1d6a..a0d4077ee3 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 <IfDefine Darwin> LoadModule log_config_module modules/mod_log_config.so |