git-instaweb: Fix custom apache log placement
commit1849f01b5b6b442c131d9b88bf39bb8671058a98
authorDan McGee <dpmcgee@gmail.com>
Wed, 30 Jun 2010 02:44:58 +0000 (29 21:44 -0500)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Jul 2010 18:10:21 +0000 (23 11:10 -0700)
tree2fdf82491371c4f14b263a7a15a358d3e1446689
parent64fdc08dac6694d1e754580e7acb82dfa4988bb9
git-instaweb: Fix custom apache log placement

'CustomLog' is provided by mod_log_config so we need to include the module
in our generated config. This was added in d94775e1f9a.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-instaweb.sh