mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
17 lines
497 B
Plaintext
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.
|
|
*****************************************************************
|