Comment 0 for bug 1947459

Revision history for this message
psl (slansky) wrote :

apache2 2.4.29-1ubuntu4.19
Linux Mint 19.3 (Ubuntu 18.04)

Once Apache is installed, it installs default home page /var/www/html/index.html

That file refers to Ubuntu logo image, /icons/ubuntu_logo.png, but there is no /var/www/html/icons folder.

This is fragment of html code from index.html:

<div class="page_header floating_element">
        <img src="/icons/ubuntu-logo.png" alt="Ubuntu Logo" class="floating_element">
        <span class="floating_element">
          Apache2 Ubuntu Default Page
        </span>
      </div>

I fixed this cosmetic problem in the way I created symbolic link:

ln -s /usr/share/apache2/icons /var/www/html/icons