From 3612b7cf478d994e8d333cae8e49c1ca45fb23cc Mon Sep 17 00:00:00 2001 From: Naomi Aro Date: Thu, 19 Dec 2013 14:20:22 -0500 Subject: [PATCH] CC-5650 : Full Install doesn't work for apache 2.4 --- install_full/apache/2.2/airtime-vhost | 12 ++++++++++++ install_full/apache/2.4/airtime-vhost | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 install_full/apache/2.2/airtime-vhost create mode 100644 install_full/apache/2.4/airtime-vhost diff --git a/install_full/apache/2.2/airtime-vhost b/install_full/apache/2.2/airtime-vhost new file mode 100644 index 000000000..1f42bdf02 --- /dev/null +++ b/install_full/apache/2.2/airtime-vhost @@ -0,0 +1,12 @@ + + ServerAdmin foo@bar.org + DocumentRoot /usr/share/airtime/public + php_admin_value upload_tmp_dir /tmp + + + DirectoryIndex index.php + AllowOverride all + Order allow,deny + Allow from all + + diff --git a/install_full/apache/2.4/airtime-vhost b/install_full/apache/2.4/airtime-vhost new file mode 100644 index 000000000..c466aafe8 --- /dev/null +++ b/install_full/apache/2.4/airtime-vhost @@ -0,0 +1,11 @@ + + ServerName localhost + DocumentRoot "/usr/share/airtime/public" + php_admin_value upload_tmp_dir /tmp + + + Options All + AllowOverride all + Require all granted + +