[KLUG Members] Personal Websites

Robert G. Brown members@kalamazoolinux.org
Tue, 10 Feb 2004 09:59:23 -0500


On Tue, 10 Feb 2004 09:54:15 -0500, Jeremy Leonard<lists@elite4god.com> wrote:

>I'd like to have my users be able to create a dir in their home dir for them to publish their own website.
>I'd like to be able to use a url like: http://www.domain.com/~username

Your httpd.conf will probably have something like this:

#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.
#
UserDir public_html

If not, put it there. Each user desiring his own stuff can then build stuff
under /home/user/public_html

These files will need to be world-readable.

							Regards,
							---> RGB <---