freebsd-ports/www/thttpd/pkg-message
David E. O'Brien bdb6fa84ad * Install some documentation.
* Add a rc.d start-up script.
* Add a wrapper around the daemon that ensures its running (suggested by
  the thttpd author).
* Add a sample configuration file.
* Move one of the echo'ed messages to pkg/MESSAGES for the benefit of package
  users.
2000-03-23 02:25:32 +00:00

11 lines
424 B
Text

===========================================================================
If you want users to be able to create their own web
subdirectories off of the main web directory, you need to:
a) add a group for www admins
b) chgrp yourgroup ${PREFIX}/bin/makeweb ${PREFIX}/www
c) chmod 2755 ${PREFIX}/bin/makeweb
d) tell them about makeweb(1)
===========================================================================