aboutsummaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:54:52 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:54:52 +0000
commit626f5915d7109f8068bbbaa1a8ed64ea4ae07643 (patch)
treed94d2ab540b5edf455e9561b768cb307c7bba21f /net/phpldapadmin/files
parent5c4bad0f08ad75e091254a2cbd5c29a066e7799a (diff)
downloadports-626f5915d7109f8068bbbaa1a8ed64ea4ae07643.tar.gz
ports-626f5915d7109f8068bbbaa1a8ed64ea4ae07643.zip
Notes
Diffstat (limited to 'net/phpldapadmin/files')
-rw-r--r--net/phpldapadmin/files/pkg-message.in19
1 files changed, 14 insertions, 5 deletions
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"
+ <Directory "%%PREFIX%%/%%PLADIR%%/htdocs">
+ Options none
+ AllowOverride none
+
+ Order Deny, Allow
+ Deny from all
+ Allow from 127.0.0.1 .example.com
+ </Directory>
+
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