По порядку делаю следующее:
1) Создаю папку yiiblog в директории /www
2) Создаю файл yiiblog.ru.conf в /sites-available со следующий содержимым:
<VirtualHost *:80>
ServerName yiiblog
DirectoryIndex index.php
DocumentRoot /var/www/yiiblog/web/
<Directory /var/www/yiiblog/web/>
Options +FollowSymLinks +MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /var/www/yiiblog/runtime/logyii2-app/runtime/logs/apache-error.log
CustomLog /var/www/yiiblog/runtime/logs/apache-access.log combined
</VirtualHost>
3) В hosts 127.0.0.1 yiiblog.ru
4) Выполняю sudo a2ensite yiiblog.ru
5) Делаю рестарт апача, получаю
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
└─apache2-systemd.conf
Active: failed (Result: exit-code) since Tue 2019-01-29 12:56:23 EET; 10s ago
Process: 2072 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: AH00112: Warning: DocumentRoot [/var/www/YiiBlog/web/] does not exist
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'S
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: (2)No such file or directory: AH02291: Cannot access directory '/var/www/trainingYii/runtime/logyii2-app/runtime/log
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: (2)No such file or directory: AH02291: Cannot access directory '/var/www/trainingYii/runtime/logyii2-app/runtime/log
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: AH00014: Configuration check failed
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: Action 'start' failed.
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: The Apache error log may have more information.
янв 29 12:56:23 nikolay-VirtualBox systemd[1]: apache2.service: Control process exited, code=exited status=1
янв 29 12:56:23 nikolay-VirtualBox systemd[1]: apache2.service: Failed with result 'exit-code'.
янв 29 12:56:23 nikolay-VirtualBox systemd[1]: Failed to start The Apache HTTP Server.
янв 29 12:56:23 nikolay-VirtualBox apachectl[2072]: AH00112: Warning: DocumentRoot [/var/www/YiiBlog/web/] does not exist В том числе не понимаю почему
YiiBlog, если у меня он строчными назван
Что я сделал не так?