mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
fec83947c1
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
10 lines
407 B
Plaintext
10 lines
407 B
Plaintext
-----------------------------------------------------------------
|
|
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)
|
|
-----------------------------------------------------------------
|