Skip to content

Commit

Permalink
Merge branch 'mg/httpd-tests-update-for-apache-2.4'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Junio C Hamano committed Mar 4, 2016
2 parents 2e7b6af + 5922322 commit bc0ffd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/lib-httpd/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc0ffd4

Please sign in to comment.