diff options
Diffstat (limited to 'net/phpldapadmin/files/pkg-message.in')
| -rw-r--r-- | net/phpldapadmin/files/pkg-message.in | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net/phpldapadmin/files/pkg-message.in b/net/phpldapadmin/files/pkg-message.in index 2043e40b38b4..f1425b31beea 100644 --- a/net/phpldapadmin/files/pkg-message.in +++ b/net/phpldapadmin/files/pkg-message.in @@ -1,16 +1,16 @@ %%PKGNAME%% has been installed into: - %%PREFIX%%/%%PLADIR%% + %%WWWDIR%% 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: +you add something like the following to httpd.conf: - Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/htdocs" + Alias /phpldapadmin/ "%%WWWDIR%%/htdocs" - <Directory "%%PREFIX%%/%%PLADIR%%/htdocs"> + <Directory "%%WWWDIR%%/htdocs"> Options none AllowOverride none @@ -24,10 +24,9 @@ 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 + %%WWWDIR%%/config.php to - %%PREFIX%%/%%PLADIR%%/config/config.php - + %%WWWDIR%%/config/config.php |
