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. I tried setting up the "userdir public_html" in
httpd-userdir.conf file, and also create a user folder
"C:\home\test\public_html". But when I typed
http://localhost:80/~test/index.html <http://localhost/~test/index.html> ,
it doesn't work. What did I do wrong?

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

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to