t/lib-httpd: load mod_unixd
commit59223223f478b291c6dbe59ca0bca3c6178da7a0
authorMichael J Gruber <git@drmicha.warpmail.net>
Mon, 11 May 2015 11:54:17 +0000 (11 13:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Feb 2016 23:25:16 +0000 (25 15:25 -0800)
tree270547f65af011d6134fb571fcfe4198622d823b
parent56f37fda511e1615dc6df86c68f3b841711a7828
t/lib-httpd: load mod_unixd

In contrast to apache 2.2, apache 2.4 does not load mod_unixd in its
default configuration (because there are choices). Thus, with the
current config, apache 2.4.10 will not be started and the httpd tests
will not run on distros with default apache config (RedHat type).

Enable mod_unixd to make the httpd tests run. This does not affect
distros negatively which have that config already in their default
(Debian type). httpd tests will run on these before and after this patch.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-httpd/apache.conf