ports/127148: phpLDAPadmin has incorrect Apache config instructions

Matthew Seaman m.seaman at infracaninophile.co.uk
Sat Sep 6 14:20:04 UTC 2008


The following reply was made to PR ports/127148; it has been noted by GNATS.

From: Matthew Seaman <m.seaman at infracaninophile.co.uk>
To: Ari Maniatis <ari at ish.com.au>
Cc: freebsd-gnats-submit at freebsd.org
Subject: Re: ports/127148: phpLDAPadmin has incorrect Apache config
	instructions
Date: Sat, 6 Sep 2008 15:19:34 +0100

 --wac7ysb48OaltWcw
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Sat, Sep 06, 2008 at 01:54:50PM +0000, Ari Maniatis wrote:
 
 > /usr/ports/net/phpldapadmin/files/pkg-message.in
 >=20
 > has the line
 >=20
 >     Alias /phpldapadmin/ "%%WWWDIR%%/htdocs"
 >=20
 >=20
 > that should be
 >=20
 >     Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/"
 >=20
 >=20
 > note the trailing slash. Without it, the config doesn't work.
 
 As port maintainer, I can only say "Ooops."  You are entirely correct.
 Here are some patches:
 
 For the net/phpldapadmin port:
 
 diff -Nur /usr/ports/net/phpldapadmin/files/pkg-message.in phpldapadmin/fil=
 es/pkg-message.in
 --- /usr/ports/net/phpldapadmin/files/pkg-message.in	2008-03-09 04:45:38.00=
 0000000 +0000
 +++ phpldapadmin/files/pkg-message.in	2008-09-06 15:14:22.000000000 +0100
 @@ -8,7 +8,7 @@
  To make phpLDAPadmin available through your web site, I suggest that
  you add something like the following to httpd.conf:
 =20
 -    Alias /phpldapadmin/ "%%WWWDIR%%/htdocs"
 +    Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/"
 =20
      <Directory "%%WWWDIR%%/htdocs">
          Options none
 
 
 For the net/phpldapadmin098 port:
 
 diff -Nur /usr/ports/net/phpldapadmin098/files/pkg-message.in phpldapadmin0=
 98/files/pkg-message.in
 --- /usr/ports/net/phpldapadmin098/files/pkg-message.in	2008-03-09 04:45:39=
 =2E000000000 +0000
 +++ phpldapadmin098/files/pkg-message.in	2008-09-06 15:14:46.000000000 +0100
 @@ -8,7 +8,7 @@
  To make phpLDAPadmin available through your web site, I suggest that
  you add something like the following to httpd.conf:
 =20
 -    Alias /phpldapadmin/ "%%WWWDIR%%/htdocs"
 +    Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/"
 =20
      <Directory "%%WWWDIR%%/htdocs">
          Options none
 
 	 Cheers,
 
 	 Matthew
 
 --=20
 Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                   Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                   Kent, CT11 9PW
 
 --wac7ysb48OaltWcw
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iEYEARECAAYFAkjCkXYACgkQ8Mjk52CukIys7gCfV9LUskQJJGY4YjsOd8bRQeOW
 POkAoI0e7tm1gDySntBVu65F/aCRngsu
 =kMOh
 -----END PGP SIGNATURE-----
 
 --wac7ysb48OaltWcw--



More information about the freebsd-ports-bugs mailing list