mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
20 lines
409 B
Text
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
|
|
}
|
|
]
|