From 41b6da878b511ddcc65d41d65fefe9f4ba53609e Mon Sep 17 00:00:00 2001 From: Fly Man Date: Sat, 24 Jan 2015 18:53:50 +0100 Subject: [PATCH] Update InstallationUbuntuApache.sh * Updated the Apache file to be a .conf * Site default is now 000-default --- documentation/guides/InstallationUbuntuApache.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/guides/InstallationUbuntuApache.sh b/documentation/guides/InstallationUbuntuApache.sh index e3cf0da7..4e904439 100755 --- a/documentation/guides/InstallationUbuntuApache.sh +++ b/documentation/guides/InstallationUbuntuApache.sh @@ -94,9 +94,9 @@ echo "====================================================" echo "" echo "" -cp /var/www/openphoto/src/configs/openphoto-vhost.conf /etc/apache2/sites-available/openphoto -sed 's/\/path\/to\/openphoto\/html\/directory/\/var\/www\/openphoto\/src\/html/g' /var/www/openphoto/src/configs/openphoto-vhost.conf > /etc/apache2/sites-available/openphoto -a2dissite default +cp /var/www/openphoto/src/configs/openphoto-vhost.conf /etc/apache2/sites-available/openphoto.conf +sed 's/\/path\/to\/openphoto\/html\/directory/\/var\/www\/openphoto\/src\/html/g' /var/www/openphoto/src/configs/openphoto-vhost.conf > /etc/apache2/sites-available/openphoto.conf +a2dissite 000-default a2ensite openphoto echo ""