mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
- Add new WWW layout PR: ports/99438 Submitted by: Kang Liu <liukang@cn.freebsd.org> Approved by: markus (co mentor)
22 lines
616 B
Text
22 lines
616 B
Text
|
|
* WWWDOCROOT [www]
|
|
The DocumentRoot of your webserver under ${PREFIX}
|
|
|
|
* PHPBBURL [phpBB2]
|
|
The base URL of phpBB2 on your webserver
|
|
|
|
phpBB2 will be installed under ${PREFIX}/${WWWDOCROOT}/${PHPBBURL},
|
|
and will be visible as http://<hostname>/${PHPBBURL}/
|
|
|
|
* 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.
|
|
|