summaryrefslogtreecommitdiff
path: root/net/phpldapadmin098/files/pkg-message.in
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:55:31 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-14 03:55:31 +0000
commit2837d0fae3576ffb3f50ebade0ce7c43a999b6cd (patch)
treeb1df358955b0dbcaffe4d3fa61851ba23231bff8 /net/phpldapadmin098/files/pkg-message.in
parent- Update to 1.0.1 (diff)
- Update to 0.9.8.3
PR: 97212 Submitted by: maintainer Security: http://www.vuxml.org/freebsd/6d78202e-e2f9-11da-8674-00123ffe8333.html
Notes
Notes: svn path=/head/; revision=162284
Diffstat (limited to 'net/phpldapadmin098/files/pkg-message.in')
-rw-r--r--net/phpldapadmin098/files/pkg-message.in19
1 files changed, 14 insertions, 5 deletions
diff --git a/net/phpldapadmin098/files/pkg-message.in b/net/phpldapadmin098/files/pkg-message.in
index 29230bef1b40..784c2011afc3 100644
--- a/net/phpldapadmin098/files/pkg-message.in
+++ b/net/phpldapadmin098/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 the 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%%/%%PLADIRX%%/config.php