freebsd-ports/mail/sgwi/files/pkg-message.in
2019-08-13 22:29:42 +00:00

29 lines
621 B
Plaintext

[
{ type: install
message: <<EOM
1. Configure sgwi
-----------------
Edit the %%WWWDIR%%/includes/config.inc.php file to reflect your
setup.
The default password for sgwi is admin/admin. It's specified in
the .htpasswd file in %%WWWDIR%%/ directory. Change it
with:
htpasswd %%WWWDIR%%/.htpasswd admin
Also make sure that the location of the .htpasswd file specified
in .htaccess file matches your path.
2. Configure Apache
-------------------
Add a line in your httpd.conf to allow the use of .htaccess file.
<Directory "%%WWWDIR%%/">
Options Indexes
AllowOverride AuthConfig
</Directory>
EOM
}
]