dep sur envole-dependances

This commit is contained in:
2019-11-19 10:28:17 +01:00
parent 0fd29ec35f
commit f4fa7c9bfc
2 changed files with 0 additions and 10 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
if [ "$(CreoleGet activer_apache)" = 'oui' ];then
# gestion des modes apache
ENMOD="ssl rewrite authnz_ldap proxy headers proxy_http proxy_wstunnel"
CreoleRun "a2enmod $ENMOD >/dev/null" web
fi
exit 0