sintonia/installer/apache/airtime-vhost

15 lines
290 B
Plaintext
Raw Normal View History

2014-11-26 16:35:54 +01:00
<VirtualHost *:80>
ServerAdmin foo@bar.org
2014-12-11 18:58:34 +01:00
DocumentRoot WEB_ROOT
2014-11-26 16:35:54 +01:00
php_admin_value upload_tmp_dir /tmp
2014-12-11 18:58:34 +01:00
<Directory WEB_ROOT>
2014-11-26 16:35:54 +01:00
DirectoryIndex index.php
AllowOverride all
Order allow,deny
Allow from all
Require all granted
2014-11-26 16:35:54 +01:00
</Directory>
</VirtualHost>