apache conf is put in conf.d

Bug #1313448 reported by cj_duke
18
This bug affects 4 people
Affects Status Importance Assigned to Milestone
postfixadmin (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

With the installation of postfixadmin on Ubuntu 14.04 the apache conf file is put in /etc/apache2/conf.d/ which is no longer used in apache2.

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

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in postfixadmin (Ubuntu):
status: New → Confirmed
Revision history for this message
staviq (staviq) wrote :

Also, after installation, database for postfixadmin is empty, so it seems like configuration scripts within the package are outdated.

mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| postfixadmin |
+--------------------+
4 rows in set (0.00 sec)

mysql> use postfixadmin;
Database changed
mysql> show tables;
Empty set (0.00 sec)

mysql> quit

Revision history for this message
jox (joxonox) wrote :

Same problem here. To fix the apache configuration I executed the following commands:

  mv /etc/apache2/conf.d/postfixadmin \
    /etc/apache2/conf-available/postfixadmin.conf
  a2enconf postfixadmin
  service apache2 reload

To create the database tables you have to run <yourhost>/postfixadmin/setup.php once.

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.