From 626f5915d7109f8068bbbaa1a8ed64ea4ae07643 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Sun, 14 May 2006 03:54:52 +0000 Subject: - Update to 1.0.1 PR: 97211 Submitted by: maintainer --- net/phpldapadmin/files/pkg-message.in | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'net/phpldapadmin/files/pkg-message.in') diff --git a/net/phpldapadmin/files/pkg-message.in b/net/phpldapadmin/files/pkg-message.in index 365faf3c5f9f..a921b9fef008 100644 --- a/net/phpldapadmin/files/pkg-message.in +++ b/net/phpldapadmin/files/pkg-message.in @@ -5,15 +5,24 @@ Please edit config.php to suit your needs. -To make phpLDAPadmin available through your web site, -I suggest that you add the following to httpd.conf: +To make phpLDAPadmin available through your web site, I suggest that +you add something like following to httpd.conf: Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/htdocs" + + Options none + AllowOverride none + + Order Deny, Allow + Deny from all + Allow from 127.0.0.1 .example.com + + Please note: if you are upgrading from version 0.9.7 or earlier, the -layout of the %%PKGNAME%% files has been completely reworked. You -will need to modify your apache configuration and merge the settings -from your original configuration file: +layout of the %%PKGNAME%% files has been completely reworked. You will +need to modify your apache configuration and merge the settings from +your original configuration file: %%PREFIX%%/%%PLADIR%%/config.php -- cgit v1.2.3