You need to put the users html in the users public_html directory, and then
point your browser
to www.one.powersurfr.com/~user/

Both the ~ and the trailing slash is important.

Detailed:

You create a new user, named marvin.

His home is /home/marvin

mkdir /home/marvin/public_html

*MAKE SURE* that public_html is world_readable! (The web server by default
runs as user nobody, and user nobody needs to be able to read that
directory.)

Point your browser to http://localhost/~marvin/ to get marvins stuff..

Later,
--
Don Krause                                      [EMAIL PROTECTED]
Systems Administrator                             [EMAIL PROTECTED]
Optivus Technology, Inc.                             (909) 799-8327
"Splitting Atoms.. Saving Lives!"            http://www.optivus.com

> -----Original Message-----
> From: Gerald Howse [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 17, 2000 11:11 AM
> To: [EMAIL PROTECTED]
> Cc: Chmouel Boudjnah; [EMAIL PROTECTED]
> Subject: Re: [Cooker] UserDir
>
>
> Greetings,
>
> I have a simple question, but have been unable to resolve by
> reading the
> MAN pages etc.
>
> I am running Mandrake 7.0 Air at: http://www.one.powersurfr.com
>
> directive set in httpd:  UserDir public_html
>
> When I use Drake Conf to add a user the user is added and directory
> /user is created
>
> when try to read html in the /user directory I get an internal server
> error
>
> the user index.html file is not found and is set to permissions 555
> I have tried adding  /user/public_html with index.html inside the
> directory and that doesn't help either.
>
> I possibly have a very simple setting that is missing or wrong.
> Would appreciate any light anyone could shed on this.
>
> Thanks,
> Gerald Howse
>

Reply via email to