Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Include log_config module in apache.conf
author
Daniel Barkalow
<barkalow@iabervon.org>
Wed, 11 Mar 2009 03:23:45 +0000
(23:23 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Mar 2009 06:09:48 +0000
(23:09 -0700)
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>
t/lib-httpd/apache.conf
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c7cb12b
)
diff --git
a/t/lib-httpd/apache.conf
b/t/lib-httpd/apache.conf
index af6e5e1d6ae503dfadc94feef4d9cb4b623163ec..a0d4077ee36853f654653579f38b29009643d88f 100644
(file)
--- 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