RE: [EMAIL PROTECTED] Creating user directories in Apache2

2006-08-29 Thread Limin Zhang
>Use one of the formats of UserDir where you explicitly specify the path: >http://httpd.apache.org/docs/2.2/mod/mod_userdir.html >As in: >UserDir c:/home/*/public_html > >Joshua Its works - the path is the trick! Thanks so much! Have a great day :)

Re: [EMAIL PROTECTED] Creating user directories in Apache2

2006-08-29 Thread Joshua Slive
On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello! I'm new to Apache Web server and have a basic questions related to the server administration. I just installed apache 2 and would like to create a few user accounts and allow them have their own public_html directories for web pages.

[EMAIL PROTECTED] Creating user directories in Apache2

2006-08-28 Thread limin . zhang
Hello! I'm new to Apache Web server and have a basic questions related to the server administration. I just installed apache 2 and would like to create a few user accounts and allow them have their own public_html directories for web pages. I tried setting up the "userdir public_html" in httpd-user