Comment 1 for bug 1321831

Revision history for this message
J. Greene (jgreene) wrote :

WORKAROUND

Make a symbolic link connecting the existing but new /etc/apache2/conf-enabled for an older /etc/apache2/conf.d

  # apt-get remove phpldapadmin
  # cd /etc/apache2
  # ln -s conf-enabled conf.d
  # apt-get install phpldapadmin

DONT FORGET TO DELETE THE SYMBOLIC LINK AFTER INSTALLING phpldapadmin. YMMV.

  # rm /etc/apache2/conf.d