Я пытаюсь настроить Linode VPS.Конфигурация VirtualHost выглядит следующим образом:
# domain: regenucell.com
# public: /var/www/html/regenucell.com/public_html/
<VirtualHost *:80>
# Admin email, Server Name (domain name), and any aliases
ServerAdmin webmaster@regenucell.com
ServerName regenucell.com
ServerAlias regenucell.com www.regenucell.com
# Index file and Document Root (where the public files are located)
DirectoryIndex index.html index.php
DocumentRoot /var/www/html/regenucell.com/public_html
# Log file locations
LogLevel warn
ErrorLog /var/www/html/regenucell.com/log/error.log
CustomLog /var/www/html/regenucell.com/log/access.log combined
</VirtualHost>
Всякий раз, когда я делаю sudo a2ensite regenucell.com.conf
и sudo systemctl reload apache2
, я получаю следующую ошибку Сбой задания для apache2.service, поскольку процесс управления завершился с кодом ошибки.Подробности смотрите в разделах «systemctl status apache2.service» и «journalctl -xe».
Что мне здесь не хватает?Я провел всю ночь, пытаясь выяснить, что я пропустил, и все же я нигде.