LAMP Trusty 64 : petite correction

This commit is contained in:
Michael RICOIS 2016-02-15 12:05:10 +01:00
parent c4593ed005
commit fbf4b34a01

View File

@ -64,6 +64,7 @@ then
then
sudo apt-get -y install php5-xdebug
fi
sudo a2enmod autoindex deflate expires headers rewrite
# --- Configuration PHP / CLI
if [ -f /etc/php5/cli/php.ini ]
@ -101,8 +102,6 @@ then
sudo php5enmod chartdir
fi
sudo a2enmod autoindex deflate expires headers rewrite
fi
# --- Composer
@ -153,7 +152,7 @@ cp -f $DIRDATA/Apache/phpmyadmin.conf $DIR/vhosts/phpmyadmin.conf
sed -i -e "s/VERSION/$PHPMYADMIN_VERSION/" $DIR/vhosts/phpmyadmin.conf
# --- test.sd.dev
cp -f $DIRDATA/Apache/test.conf /etc/apache2/sites-available/test.conf
cp -f $DIRDATA/Apache/test.conf $DIR/vhosts/test.conf
if [ ! -d /home/vhosts/test ]
then
sudo mkdir /home/vhosts/test