Git development
 help / color / mirror / Atom feed
* [PATCH] Include log_config module in apache.conf
@ 2009-03-11  3:23 Daniel Barkalow
  2009-03-11 11:46 ` Johannes Schindelin
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Barkalow @ 2009-03-11  3:23 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: git, Junio C Hamano

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>
---
Johannes, you added the LogFormat line without this; does the test still 
work for you with this added, or do we need something clever to decide 
whether the module needs to be loaded or needs to not be loaded?

 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 af6e5e1..a0d4077 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
-- 
1.6.2.77.g8cc3f.dirty

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-03-11 22:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-11  3:23 [PATCH] Include log_config module in apache.conf Daniel Barkalow
2009-03-11 11:46 ` Johannes Schindelin
2009-03-11 11:47   ` [PATCH v2] " Johannes Schindelin
2009-03-11 18:58   ` [PATCH] " Junio C Hamano
2009-03-11 19:33     ` Brian Gernhardt
2009-03-11 20:13       ` Junio C Hamano
2009-03-11 22:43         ` Jay Soffian
2009-03-11 19:45     ` Johannes Schindelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox