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
|
2014-11-26 17:38:53 +01:00
|
|
|
|
|
|
|
Require all granted
|
2014-11-26 16:35:54 +01:00
|
|
|
</Directory>
|
|
|
|
</VirtualHost>
|