blob: d3a905c60060137d009df3789336f24ded73e00b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%%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>
|