Use WWWOWN instead of nobody. Clean up Makefile using SUB_FILES, SUB_LIST and PORTDOCS. Etc. PR: 72298 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>, vs/flz
9 lines
407 B
Text
9 lines
407 B
Text
-----------------------------------------------------------------
|
|
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
|
|
2. chgrp yourgroup %%PREFIX%%/bin/makeweb %%PREFIX%%/www
|
|
3. chmod 2755 %%PREFIX%%/bin/makeweb
|
|
4. Tell them about makeweb(1)
|
|
-----------------------------------------------------------------
|