2005-12-12 00:51:12 +01:00
|
|
|
|
|
|
|
%%PKGNAME%% has been installed into:
|
|
|
|
|
2008-03-09 05:45:39 +01:00
|
|
|
%%WWWDIR%%
|
2005-12-12 00:51:12 +01:00
|
|
|
|
|
|
|
Please edit config.php to suit your needs.
|
|
|
|
|
2006-05-14 05:55:31 +02:00
|
|
|
To make phpLDAPadmin available through your web site, I suggest that
|
|
|
|
you add something like the following to httpd.conf:
|
2005-12-12 00:51:12 +01:00
|
|
|
|
2008-03-09 05:45:39 +01:00
|
|
|
Alias /phpldapadmin/ "%%WWWDIR%%/htdocs"
|
2005-12-12 00:51:12 +01:00
|
|
|
|
2008-03-09 05:45:39 +01:00
|
|
|
<Directory "%%WWWDIR%%/htdocs">
|
2006-05-14 05:55:31 +02:00
|
|
|
Options none
|
|
|
|
AllowOverride none
|
|
|
|
|
2006-05-28 18:59:00 +02:00
|
|
|
Order Deny,Allow
|
2006-05-14 05:55:31 +02:00
|
|
|
Deny from all
|
|
|
|
Allow from 127.0.0.1 .example.com
|
|
|
|
</Directory>
|
|
|
|
|
2005-12-12 00:51:12 +01:00
|
|
|
Please note: if you are upgrading from version 0.9.7 or earlier, the
|
2006-05-14 05:55:31 +02:00
|
|
|
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:
|
2005-12-12 00:51:12 +01:00
|
|
|
|
2008-03-09 05:45:39 +01:00
|
|
|
%%WWWDIR%%/config.php
|
2005-12-12 00:51:12 +01:00
|
|
|
|
|
|
|
to
|
|
|
|
|
2008-03-09 05:45:39 +01:00
|
|
|
%%WWWDIR%%/config/config.php
|
2005-12-12 00:51:12 +01:00
|
|
|
|
|
|
|
|