Skip to content

Commit 91c43cd

Browse files
committed
Merge branch 'es/locate-httpd-module-location-in-test'
Add one more candidate directory that may house httpd modules while running tests. * es/locate-httpd-module-location-in-test: lib-httpd: extend module location auto-detection
2 parents 399a9f3 + 1c7dc23 commit 91c43cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/lib-httpd.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ done
6565
for DEFAULT_HTTPD_MODULE_PATH in '/usr/libexec/apache2' \
6666
'/usr/lib/apache2/modules' \
6767
'/usr/lib64/httpd/modules' \
68-
'/usr/lib/httpd/modules'
68+
'/usr/lib/httpd/modules' \
69+
'/usr/libexec/httpd'
6970
do
7071
if test -d "$DEFAULT_HTTPD_MODULE_PATH"
7172
then

0 commit comments

Comments
 (0)