При попытке зайти на виртуальный хост пишет это: "Forbidden You don't have permission to access / on this server.". Настройки виртуального хоста:
<VirtualHost *:80>
ServerName test
# ServerAlias www.test
ServerAdmin webmaster@example.com
DocumentRoot /home/http/sites/test/www
<Directory /home/http/sites/test/www>
Options -Indexes +FollowSymLinks +MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /home/http/sites/test/logs/error.log
LogLevel warn
ServerSignature On
</VirtualHost>
Сегодня обновил ubunty до 13.10 а также поставил LAMP. До этого ставил всё по отдельности и подобной ошибки не встречал. Cайт /war/www/ и phpmyadmin открываются без проблем. Атрибуты у папки sites поставил 777. Кстати не нашёл в apache.conf строки DirectoryIndex (Прописал в самый конец) и в php.ini отсутствовало подключение json.so (Добавил строчку exstensio=json.so).
Может кто может помочь?
