summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-03-04 13:45:42 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-03-04 13:45:42 -0800
commitbc0ffd41b92c8539fc7dbe27f256d8bae6b28d05 (patch)
tree266a5526e9a251bc9aa6489019ab76767d7e5a97 /t
parentMerge branch 'js/mingw-tests' (diff)
parentt/lib-httpd: load mod_unixd (diff)
downloadtgif-bc0ffd41b92c8539fc7dbe27f256d8bae6b28d05.tar.xz
Merge branch 'mg/httpd-tests-update-for-apache-2.4'
The way the test scripts configure the Apache web server has been updated to work also for Apache 2.4 running on RedHat derived distros. * mg/httpd-tests-update-for-apache-2.4: t/lib-httpd: load mod_unixd
Diffstat (limited to 't')
-rw-r--r--t/lib-httpd/apache.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf
index 7d15e6d44c..f667e7ce2f 100644
--- a/t/lib-httpd/apache.conf
+++ b/t/lib-httpd/apache.conf
@@ -64,6 +64,9 @@ LockFile accept.lock
<IfModule !mod_mpm_prefork.c>
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
</IfModule>
+<IfModule !mod_unixd.c>
+ LoadModule unixd_module modules/mod_unixd.so
+</IfModule>
</IfVersion>
PassEnv GIT_VALGRIND