1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Add missing pkg-messages

This commit is contained in:
Martin Wilke 2010-01-31 14:38:10 +00:00
parent 29f93819d7
commit ae236677db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248972

View File

@ -0,0 +1,16 @@
*****************************************************************
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.
*****************************************************************