sintonia/installer/apache/airtime-vhost
2015-01-05 16:41:03 -05:00

14 lines
290 B
Text
Executable file

<VirtualHost *:80>
ServerAdmin foo@bar.org
DocumentRoot WEB_ROOT
php_admin_value upload_tmp_dir /tmp
<Directory WEB_ROOT>
DirectoryIndex index.php
AllowOverride all
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>