ports/www/phpbb/files/pkg-opts
Martin Wilke 2a52488a6f - Update to 2.0.21
- Add new WWW layout

PR:		        ports/99438
Submitted by:   Kang Liu <liukang@cn.freebsd.org>
Approved by:	markus (co mentor)
2006-06-30 23:02:28 +00:00

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.