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 d94775e1f9
.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
parent
64fdc08dac
commit
1849f01b5b
@ -314,7 +314,7 @@ PidFile "$fqgitdir/pid"
|
||||
Listen $bind$port
|
||||
EOF
|
||||
|
||||
for mod in mime dir; do
|
||||
for mod in mime dir log_config; do
|
||||
if test -e $module_path/mod_${mod}.so; then
|
||||
echo "LoadModule ${mod}_module " \
|
||||
"$module_path/mod_${mod}.so" >> "$conf"
|
||||
|
Loading…
Reference in New Issue
Block a user