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...
> 
> Ron

I belive the default apache install has user webspace turned on.

In each users home dir, put a 'public_html' dir with 755 permissions. 
It then is the document root for each users web space, so
http://yourserverhere/~username  will bring up the index page.

By default the user doc root is 'public_html' and the default index file
is 'index.html'


-- 
---                     
James Michael Keller    | http://www.radix.net/~jmkeller
      "Tech"            | [EMAIL PROTECTED]

Reply via email to