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 + +