Ron Smith wrote:
> 
> Here's a tough one for the experts...
> 
> I have the Apache Web Server running - it is accessible and working fine.
> What I would like to do is have a separate web page for each user name I have
> on the system.  Is that do-able?  If so, how can I do it?
> 
> Thanks to one and all for your expert advice...

That is the default behaviour of Apache.

Let's say your main site is "www.nook.net", and it has it
own web page.  That page will be at /home/httpd/html/index.html.

The users on that computer, let us say there is one called "rfg".
That user has a user home directory of /home/rfg.  His web
pages are located as /home/rfg/public_html/index.html  and his
web page is accessible to the world as www.nook.net/~rfg

The trick is making sure your permissions are correct; but it
should all work out of the box.

-- 
Ramon Gandia ================= Sysadmin ================ Nook Net
http://www.nook.net                                  [EMAIL PROTECTED]
285 West First Avenue                           tel. 907-443-7575
P.O. Box 970                                    fax. 907-443-2487
Nome, Alaska 99762-0970 ========== Alaska Toll Free. 888-443-7525

Reply via email to