a620c0c128
- Use WWWDIR for PLIST_SUB and SUB_LIST - Various port clean-up PR: ports/120505 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
32 lines
769 B
Text
32 lines
769 B
Text
|
|
%%PKGNAME%% has been installed into:
|
|
|
|
%%WWWDIR%%
|
|
|
|
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"
|
|
|
|
<Directory "%%WWWDIR%%/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:
|
|
|
|
%%WWWDIR%%/config.php
|
|
|
|
to
|
|
|
|
%%WWWDIR%%/config/config.php
|
|
|