The apache2 error log did not have more information:

/etc# ls -l /var/log/apache2/
total 0
-rw-r----- 1 root adm 0 Dec  4 10:48 access.log
-rw-r----- 1 root adm 0 Dec  4 10:48 error.log
-rw-r----- 1 root adm 0 Dec  4 10:48 other_vhosts_access.log

The config file that is tripping it up is /etc/apache2/mods-
enabled/alias.conf, which apart from empty lines and comment lines
contains

<IfModule alias_module>
        Alias /icons/ "/usr/share/apache2/icons/"

        <Directory "/usr/share/apache2/icons">
                Options FollowSymlinks
                AllowOverride None
                Require all granted
        </Directory>
</IfModule>

I don't know why this would be a problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1953222

Title:
  apache2 won't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1953222/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to