blob: b006e17fb49e8af16ad0f23611d5ead15064c4d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
-----------------------------------------------------------------
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 (e.g., "%%WWWGRP%%")
2. chgrp thatgroup %%PREFIX%%/bin/makeweb %%PREFIX%%/www
3. chmod 2755 %%PREFIX%%/bin/makeweb
4. Tell users about makeweb(1)
See http://www.acme.com/software/thttpd/notes.html for more
detailed instructions.
-----------------------------------------------------------------
|