1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/www/phpsysinfo/files/pkg-message.in
2010-01-31 14:38:10 +00:00

17 lines
497 B
Plaintext

*****************************************************************
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.
*****************************************************************