diff -Nru apache2-2.4.52/debian/apache2.postrm apache2-2.4.52/debian/apache2.postrm --- apache2-2.4.52/debian/apache2.postrm 2022-02-03 18:25:47.000000000 +0000 +++ apache2-2.4.52/debian/apache2.postrm 2022-03-25 00:35:40.000000000 +0000 @@ -34,6 +34,7 @@ c481228d439cbb54bdcedbaec5bbb11a e2620d4a5a0f8d80dd4b16de59af981f 3526531ccd6c6a1d2340574a305a18f8 + 720999b43a3be0674180354ac41f20b1 EOF } diff -Nru apache2-2.4.52/debian/changelog apache2-2.4.52/debian/changelog --- apache2-2.4.52/debian/changelog 2022-03-17 13:39:54.000000000 +0000 +++ apache2-2.4.52/debian/changelog 2022-03-25 00:35:40.000000000 +0000 @@ -1,3 +1,22 @@ +apache2 (2.4.52-1ubuntu4) jammy; urgency=medium + + * d/apache2.postrm: Include md5 sum for updated index.html + + -- Bryce Harrington Thu, 24 Mar 2022 17:35:40 -0700 + +apache2 (2.4.52-1ubuntu3) jammy; urgency=medium + + * d/index.html: + - Redesign page's heading for the new logo + - Use the Ubuntu font where available + - Update service management directions + - Copyedit grammar + - Light reformatting and whitespace cleanup + * d/icons/ubuntu-logo.png: Refresh ubuntu logo + (LP: #1966004) + + -- Bryce Harrington Wed, 23 Mar 2022 16:18:11 -0700 + apache2 (2.4.52-1ubuntu2) jammy; urgency=medium * SECURITY UPDATE: OOB read in mod_lua via crafted request body Binary files /tmp/tmp021_5ygh/zQi4hMWq4O/apache2-2.4.52/debian/icons/ubuntu-logo.png and /tmp/tmp021_5ygh/Kq348feqVo/apache2-2.4.52/debian/icons/ubuntu-logo.png differ diff -Nru apache2-2.4.52/debian/index.html apache2-2.4.52/debian/index.html --- apache2-2.4.52/debian/index.html 2022-02-03 18:25:47.000000000 +0000 +++ apache2-2.4.52/debian/index.html 2022-03-25 00:18:20.000000000 +0000 @@ -1,10 +1,9 @@ - @@ -20,7 +19,7 @@ background-color: #D8DBE2; - font-family: Verdana, sans-serif; + font-family: Ubuntu, Verdana, sans-serif; font-size: 11pt; text-align: center; } @@ -46,7 +45,7 @@ } div.page_header { - height: 99px; + height: 180px; width: 100%; background-color: #F5F6F7; @@ -65,6 +64,19 @@ border: 0px 0px 0px; } + div.banner { + padding: 9px 6px 9px 6px; + background-color: #E9510E; + color: #FFFFFF; + font-weight: bold; + font-size: 112%; + text-align: center; + position: absolute; + left: 40%; + bottom: 30px; + width: 20%; + } + div.table_of_contents { clear: left; @@ -141,10 +153,6 @@ text-align: center; } - div.section_header_red { - background-color: #CD214F; - } - div.section_header_grey { background-color: #9F9386; } @@ -193,36 +201,20 @@
- -
- - -
+ + +
+

This is the default welcome page used to test the correct @@ -234,7 +226,6 @@ /var/www/html/index.html) before continuing to operate your HTTP server.

-

If you are a normal user of this web site and don't know what this page is about, this probably means that the site is currently unavailable due to @@ -257,7 +248,6 @@ documentation. Documentation for the web server itself can be found by accessing the manual if the apache2-doc package was installed on this server. -

The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows: @@ -315,9 +305,12 @@

  • - The binary is called apache2. Due to the use of - environment variables, in the default configuration, apache2 needs to be - started/stopped with /etc/init.d/apache2 or apache2ctl. + The binary is called apache2 and is managed using systemd, so to + start/stop the service use systemctl start apache2 and + systemctl stop apache2, and use systemctl status apache2 + and journalctl -u apache2 to check status. system + and apache2ctl can also be used for service management if + desired. Calling /usr/bin/apache2 directly will not work with the default configuration.
  • @@ -332,7 +325,7 @@

    By default, Ubuntu does not allow access through the web browser to - any file apart of those located in /var/www, + any file outside of those located in /var/www, public_html directories (when enabled) and /usr/share (for web applications). If your site is using a web document root @@ -341,8 +334,7 @@

    The default Ubuntu document root is /var/www/html. You - can make your own virtual hosts under /var/www. This is different - to previous releases which provides better security out of the box. + can make your own virtual hosts under /var/www.

    @@ -359,17 +351,13 @@

    Please report bugs specific to modules (such as PHP and others) - to respective packages, not to the web server itself. + to their respective packages, not to the web server itself.

    - - -
    -