Re: Apache Dir for users

2002-07-02 Thread Maynard B. Fernando
02 12:20 AM Subject: Apache Dir for users > I created a /home/public_html directory so users would be able to put > we pages on the server. Each user having their own directory. > The url would be http://servername/username after the httpd.conf > alias is added. > > The user

Re: Apache Dir for users

2002-07-02 Thread Mike Burger
The default method is for the users to store their web stuff in /home//public_html...you would then refer to http://servername/~username. RedHat's Apache package comes preconfigured to work in this manner. On Tue, 2 Jul 2002, Leonard Miller wrote: > I created a /home/public_html directory so

Apache Dir for users

2002-07-02 Thread Leonard Miller
I created a /home/public_html directory so users would be able to put we pages on the server. Each user having their own directory. The url would be http://servername/username after the httpd.conf alias is added. The users do now have rights to put anything is there directories. Current owner