From f9d52c6c00c50523259d32f30aafe1f2ccd88a86 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Wed, 26 Nov 2014 11:38:53 -0500 Subject: [PATCH] Added Require all granted to apache-vhost --- installer/apache/airtime-vhost | 2 ++ installer/install | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/installer/apache/airtime-vhost b/installer/apache/airtime-vhost index 1f42bdf02..90d4e0373 100644 --- a/installer/apache/airtime-vhost +++ b/installer/apache/airtime-vhost @@ -8,5 +8,7 @@ AllowOverride all Order allow,deny Allow from all + + Require all granted diff --git a/installer/install b/installer/install index 72e00569a..9d1410040 100644 --- a/installer/install +++ b/installer/install @@ -92,6 +92,7 @@ fi # Enable modules a2enmod rewrite php5 +service apache2 restart echo -e "\n-----------------------------------------------------" echo " * Installing PHP * " @@ -130,9 +131,12 @@ chown -R www-data:www-data /var/log/airtime apt-get -y --force-yes install postgresql php5-pgsql php5-mysql +# TODO copy files over to /usr/share/airtime + echo -e "\n-----------------------------------------------------" echo " * Basic Setup DONE! * " echo " " echo " To get started with Airtime, visit localhost:5000 " echo " in your web browser of choice " -echo "-----------------------------------------------------" \ No newline at end of file +echo "-----------------------------------------------------" +