We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5d35c commit 413d70cCopy full SHA for 413d70c
1 file changed
tests/ci/setup/setup_apache.sh
@@ -15,7 +15,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y apache2
15
# set up Apache for php-fpm
16
17
a2enmod rewrite proxy_fcgi setenvif ssl
18
-if apache2ctl -M 2>/dev/null | grep -q http2; then
+if [ -f /etc/apache2/mods-available/http2.load ]; then
19
a2enmod http2
20
fi
21
0 commit comments