rsersh@rsersh:~$ sudo apache2ctl restart
apache2: Syntax error on line 220 of /etc/apache2/apache2.conf: Syntax error on line 27 of /etc/apache2/sites-enabled/uranius.pp.ua.conf: Expected </Location> but saw </VirtualHost>
Action 'restart' failed.
The Apache error log may have more information.
rsersh@rsersh:~$ sudo apache2ctl restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
httpd not running, trying to start
rsersh@rsersh:~$ sudo apache2ctl restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
rsersh@rsersh:~$ sudo apache2ctl restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
rsersh@rsersh:~$ sudo apache2ctl restart
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
rsersh@rsersh:~$
<VirtualHost *:80>
# Virtual host configuration + information (replicate changes to *:443 below)
ServerAdmin webmaster@site.ru
ServerName site.ru.
DocumentRoot /var/www/wordpress
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R=301,L]
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin webmaster@site.ru
ServerName site.ru.
DocumentRoot /var/www/wordpress
SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/site.ru/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/site.ru/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/site.ru/chain.pem
<Location />
SSLRequireSSL On
</Location>
<Directory "/var/www/wordpress">
Options -Indexes
AllowOverride All
</Directory>
</VirtualHost>
</IfModule>
поиск по AH00558 ошибке апача говорит, что нужно указать в /etc/apache2/apache2.conf что имя сервера локалхост. прописал но ничего не поменялось. на всякий попытался подключить конфиг(мало-ли) в итоге пишет
sudo a2ensite apache2.conf
ERROR: Site apache2 does not exist!
где проблема и как её решить?

Ubuntu 16.04.
Server version: Apache/2.4.18 (Ubuntu)
Server built: 2017-05-05T16:32:00
строка№220 IncludeOptional sites-enabled/*.conf
что ещё нужно?
Ятак понимаю это из той-же серии
Jun 4 06:45:19 rsersh systemd[1]: Failed to reset devices.list on /system.slice/systemd-tmpfiles-clean.service: Operation not permitted
Jun 4 12:15:52 rsersh systemd[1]: Failed to reset devices.list on /system.slice/certbot.service: Operation not permitted
Jun 4 14:38:09 rsersh systemd[1]: Failed to reset devices.list on /system.slice/apt-daily.service: Operation not permitted