enable apache module also

This commit is contained in:
Benjamin Sonntag 2007-05-31 20:40:16 +00:00
parent 289fb63573
commit b960b55851
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ touch /var/run/alternc/refresh_slave
touch /var/alternc/apacheconf/override_php.conf touch /var/alternc/apacheconf/override_php.conf
# Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias, but apache knows this ... ) # Enable vhost_alias apache module at the right place (ie: BEFORE mod_alias, but apache knows this ... )
apache-modconf apache enable mod_vhost_alias quiet </dev/null || true apache-modconf apache enable mod_vhost_alias quiet </dev/null || true
#apache-modconf apache enable `dpkg -l libapache-mod-php*|grep ii | cut -f 3 -d ' '|cut -b 11-18 ` quiet </dev/null || true apache-modconf apache enable `dpkg -l libapache-mod-php*|grep ii | cut -f 3 -d ' '|cut -b 11-18|sed -e 's/-/_/'` quiet </dev/null || true
# Copy postfix *_checks if they do not exist # Copy postfix *_checks if they do not exist
for file in body_checks header_checks; do for file in body_checks header_checks; do