Skip to content

Commit bc0ffd4

Browse files
committed
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
2 parents 2e7b6af + 5922322 commit bc0ffd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/lib-httpd/apache.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ LockFile accept.lock
6464
<IfModule !mod_mpm_prefork.c>
6565
LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
6666
</IfModule>
67+
<IfModule !mod_unixd.c>
68+
LoadModule unixd_module modules/mod_unixd.so
69+
</IfModule>
6770
</IfVersion>
6871

6972
PassEnv GIT_VALGRIND

0 commit comments

Comments
 (0)