Почему выдается Access forbidden! при добавлении нового хоста?
настройки нового хоста:
<VirtualHost *:80>
DocumentRoot "/home/dmitry/ApacheHosts/dostavka.loc/"
ServerName dostavka.loc
ServerAdmin you@dostavka.loc
ErrorLog "/var/log/httpd/dostavka.loc-error_log"
TransferLog "/var/log/httpd/dostavka.loc-access_log"
<Directory />
Options +Indexes +FollowSymLinks +ExecCGI
AllowOverride All
Order deny,allow
Allow from all
Require all granted
DirectoryIndex index.html index.php
</Directory>
</VirtualHost>