Vieux bug : activation de mod_rewrite a l'installation

This commit is contained in:
Alan Garcia 2010-12-20 16:50:08 +00:00
parent 4e5fbda013
commit 4fd0c76dd2
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ if [ -x /usr/sbin/apache2 ]; then
if ! ( [ -L /etc/apache2/mods-enabled/vhost_alias.load ] && [ -L /etc/apache2/mods-enabled/$php.load ] )
then
a2enmod vhost_alias
a2enmod rewrite
a2enmod $php
s="apache2"
fi