Skip to content

Commit

Permalink
Include log_config module in apache.conf
Browse files Browse the repository at this point in the history
The log_config module is needed for at least some versions of apache to
support the LogFormat directive.

Signed-off-by: Daniel Barkalow <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
iabervon authored and gitster committed Mar 11, 2009
1 parent c7cb12b commit 4d5d398
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/lib-httpd/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d5d398

Please sign in to comment.