wip: add github ci config
[plcapi.git] / tests / ci / setup / setup_apache.sh
index 193d399..7a6f3af 100755 (executable)
@@ -15,6 +15,9 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y apache2
 
 a2enmod rewrite proxy_fcgi setenvif ssl
 
+# in case mod-php was enabled
+a2dismod php
+
 # configure apache virtual hosts
 
 cp -f "$SCRIPT_DIR/../config/apache_vhost" /etc/apache2/sites-available/000-default.conf