mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
16 lines
423 B
Text
16 lines
423 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
If you want users to be able to create their own web
|
|
subdirectories off of the main web directory, you need to:
|
|
|
|
1. Add a group for www admins (or use "%%WWWGRP%%")
|
|
2. chgrp thatgroup %%PREFIX%%/sbin/makeweb %%WWWDIR%%
|
|
3. chmod g+sx %%PREFIX%%/sbin/makeweb
|
|
4. Tell users about makeweb(1)
|
|
|
|
See http://www.acme.com/software/thttpd/notes.html for more
|
|
detailed instructions.
|
|
EOM
|
|
}
|
|
]
|