diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 21:31:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-07 21:31:21 +0000 |
commit | 722e60827ed851b640cbed9ae184c645701ddbc1 (patch) | |
tree | 02d052b2b19d8e768cc8ea51c9ffd78a8bf5eb76 /net/phpldapadmin098 | |
parent | 2ec2116dd2dd089146fcbf0232aabd92cb41b15c (diff) | |
download | ports-722e60827ed851b640cbed9ae184c645701ddbc1.tar.gz ports-722e60827ed851b640cbed9ae184c645701ddbc1.zip |
- Fix a typo in the Apache config instructions
PR: 127148
Submitted by: Ari Maniatis <ari@ish.com.au>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=220165
Diffstat (limited to 'net/phpldapadmin098')
-rw-r--r-- | net/phpldapadmin098/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/phpldapadmin098/files/pkg-message.in b/net/phpldapadmin098/files/pkg-message.in index d6d09e0d44dc..8aa6d2d19d18 100644 --- a/net/phpldapadmin098/files/pkg-message.in +++ b/net/phpldapadmin098/files/pkg-message.in @@ -8,7 +8,7 @@ Please edit config.php to suit your needs. To make phpLDAPadmin available through your web site, I suggest that you add something like the following to httpd.conf: - Alias /phpldapadmin/ "%%WWWDIR%%/htdocs" + Alias /phpldapadmin/ "%%WWWDIR%%/htdocs/" <Directory "%%WWWDIR%%/htdocs"> Options none |