← Back to team overview

enterprise-support team mailing list archive

[Bug 1947459] [NEW] default page, ubuntu_logo.png is missing

 

Public bug reported:

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

** Affects: apache2 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to apache2 in Ubuntu.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1947459

Title:
  default page, ubuntu_logo.png is missing

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



Follow ups