Added Require all granted to apache-vhost
This commit is contained in:
parent
f220594831
commit
f9d52c6c00
|
@ -8,5 +8,7 @@
|
||||||
AllowOverride all
|
AllowOverride all
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
|
||||||
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
|
@ -92,6 +92,7 @@ fi
|
||||||
|
|
||||||
# Enable modules
|
# Enable modules
|
||||||
a2enmod rewrite php5
|
a2enmod rewrite php5
|
||||||
|
service apache2 restart
|
||||||
|
|
||||||
echo -e "\n-----------------------------------------------------"
|
echo -e "\n-----------------------------------------------------"
|
||||||
echo " * Installing PHP * "
|
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
|
apt-get -y --force-yes install postgresql php5-pgsql php5-mysql
|
||||||
|
|
||||||
|
# TODO copy files over to /usr/share/airtime
|
||||||
|
|
||||||
echo -e "\n-----------------------------------------------------"
|
echo -e "\n-----------------------------------------------------"
|
||||||
echo " * Basic Setup DONE! * "
|
echo " * Basic Setup DONE! * "
|
||||||
echo " "
|
echo " "
|
||||||
echo " To get started with Airtime, visit localhost:5000 "
|
echo " To get started with Airtime, visit localhost:5000 "
|
||||||
echo " in your web browser of choice "
|
echo " in your web browser of choice "
|
||||||
echo "-----------------------------------------------------"
|
echo "-----------------------------------------------------"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue