Browse Source

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
maint
Junio C Hamano 9 years ago
parent
commit
bc0ffd41b9
  1. 3
      t/lib-httpd/apache.conf

3
t/lib-httpd/apache.conf

@ -64,6 +64,9 @@ LockFile accept.lock @@ -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

Loading…
Cancel
Save