for creole's zephir2 branch
This commit is contained in:
13
upgrade/post_upgrade/10-apache
Executable file
13
upgrade/post_upgrade/10-apache
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
PACKAGES="apache2-mpm-prefork apache2-utils apache2.2-bin"
|
||||
MODULES="alias auth_basic authn_file authz_host authz_user autoindex deflate dir env negotiation status"
|
||||
|
||||
if CreoleGet container_ip_reseau > /dev/null 2>&1
|
||||
then
|
||||
# Remove unwanted packages
|
||||
CreoleRun "apt-eole remove ${PACKAGES}" reseau
|
||||
|
||||
# Enable required modules
|
||||
CreoleRun "a2enmod ${MODULES}" reseau
|
||||
fi
|
Reference in New Issue
Block a user