apache2 ships ufw profile in wrong location

Bug #1252722 reported by Jamie Strandboge
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
apache2 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

apache2 in 14.04 ships the ufw profile in a subdirectory of /etc/ufw/applications.d:
$ dpkg -S /etc/ufw/applications.d/apache2/apache2-utils.ufw.profile
apache2: /etc/ufw/applications.d/apache2/apache2-utils.ufw.profile

However, ufw does not support this:
$ sudo ufw app list
Available applications:
  Bonjour
  CUPS
  OpenSSH
  PeopleNearby
  Postfix
  Postfix SMTPS
  Postfix Submission

Moving the profile into the /etc/ufw/applications.d directory resolves the issue:
$ sudo ufw app list
Available applications:
  Apache
  Apache Full
  Apache Secure
  Bonjour
  CUPS
  OpenSSH
  PeopleNearby
  Postfix
  Postfix SMTPS
  Postfix Submission

I'm assuming this happened as part of the 2.4 transition, so this probably also affects 13.10.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package apache2 - 2.4.6-2ubuntu3

---------------
apache2 (2.4.6-2ubuntu3) trusty; urgency=low

  * debian/apache2.install: Correct path for ufw.
    (LP: #1252722)
 -- Chuck Short <email address hidden> Tue, 19 Nov 2013 08:59:54 -0500

Changed in apache2 (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.