24fd51fda5
- Use standard $WWWDIR PR: ports/125950 Submitted by: appleboy <appleboy.tw at gmail.com> Approved by: maintainer (me)
22 lines
619 B
Text
22 lines
619 B
Text
|
|
* WWWDOCROOT [www]
|
|
The DocumentRoot of your webserver under ${PREFIX}
|
|
|
|
* PHPBB_URL [phpBB2]
|
|
The base URL of phpBB2 on your webserver
|
|
|
|
phpBB2 will be installed under ${PREFIX}/${WWWDOCROOT}/${PHPBB_URL},
|
|
and will be visible as http://<hostname>/${PHPBB_URL}/
|
|
|
|
* WWWOWN [www]
|
|
The user ID under which your webserver executes
|
|
|
|
It is recommended that you do not change this option unless you're
|
|
REALLY sure what you're doing.
|
|
|
|
* WWWGRP [www]
|
|
The group ID under which your webserver executes
|
|
|
|
It is recommended that you do not change this option unless you're
|
|
REALLY sure what you're doing.
|
|
|