Public bug reported:

The phpPgAdmin installer is incorrectly placing
/etc/phppgadmin/apache.conf into the /etc/apache2/conf.d directory. On
Ubuntu Server LTS 14.04, this breaks the phpPgAdmin configuration and
results in a "The requested URL /phppgadmin was not found on this
server."

The bug fix is to move /etc/phppgadmin/apache.conf to /etc/apache2/conf-
available/phppgadmin.conf and then symlink phppgadmin.conf to
/etc/apache2/conf-enabled/phppgadmin.conf.

The Apache access controls are also deprecated in phpPgAdmin's
apache.conf:

order deny,allow
deny from all
allow from 127.0.0.0/255.0.0.0 ::1/128
# allow from all

needs to be changed to

Require all denied
Require ip 127.0.0.0/255.0.0.0 ::1/128
# Require all granted

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1444876

Title:
  phpPgAdmin is using deprecated Apache v2.2 syntax

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to