blob: 2043e40b38b4b43e1217099949b11e001fb9ba4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
%%PKGNAME%% has been installed into:
%%PREFIX%%/%%PLADIR%%
Please edit config.php to suit your needs.
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:
%%PREFIX%%/%%PLADIR%%/config.php
to
%%PREFIX%%/%%PLADIR%%/config/config.php
|