Skip to content

Commit a40a9b6

Browse files
committed
Information about tested Apache/PHP versions added.
1 parent ed77aa3 commit a40a9b6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

INSTALL

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Software Requirements:
1111
- LDAP server with support for "qmailUser" objectclass (tested with OpenLDAP 1.2.11)
1212
If using another MTA than Qmail-LDAP, then files in include/config_* needs to
1313
be modified accordingly.
14-
- Webserver that can run embedded PHP code (tested with Apache 1.3.14)
14+
- Webserver that can run embedded PHP code (tested with Apache 1.3.14 and 2.2.9)
1515

1616
PHP Requirenments:
1717
------------------
18-
- PHP 4.0.x (tested with PHP 4.0.4pl)
18+
- PHP 4.0.x (tested with PHP 4.0.4pl and 5.2.6)
1919
- Compiled in LDAP support
2020

2121
PHP additionals (nice-to-have-features):
@@ -39,6 +39,7 @@ Install:
3939
--------
4040
1. Untar the distribution (tar -zxf phpQLAdmin-x.x.x.tgz) to a directory
4141
below webserver's root.
42+
OR, if using the GIT version, do a 'git clone' in such a directory.
4243

4344
2. Copy the file 'include/config.inc.CHANGE_ME' to 'include/config.inc'
4445
and edit config.inc. Change the properties needed to access your
@@ -60,7 +61,9 @@ Install:
6061
the _LDAP Server_ will stop you.
6162
So if you have problems seeing anything/not what you expect,
6263
try a ACL such as 'access to * by * read', and see if you
63-
get luckier...
64+
get luckier.
65+
PS: Do NOT (!!!) run like this for any length of time, just long
66+
enough to verify that the problem is with ACLs/ACIs!
6467

6568
6. Point your webbrowser to the phpQLAdmin page and login with your
6669
name/userid and password.

0 commit comments

Comments
 (0)