ports/www/phpsysinfo/files/pkg-message.in
2019-08-14 12:25:09 +00:00

20 lines
409 B
Text

[
{ type: install
message: <<EOM
You will also need to configure Apache. Consider adding the following
to your httpd.conf:
Alias /phpSysInfo "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
AllowOverride all
Allow from all
</Directory>
Then restart Apache: 'apachectl graceful'
Please visit 'http://localhost/phpsysinfo/' in a
web-browser and follow the configuration instructions.
EOM
}
]