Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: help wanted! apache2.2.2 flash install, userdir problem. |
|
Author |
|
robonoob
Joined: 06 Jul 2006 Posts: 2
|
Posted: Thu 06 Jul '06 4:34 Post subject: help wanted! apache2.2.2 flash install, userdir problem. |
|
|
Hi all,
I am a newb on using apache.
I just downloaded and installed apache2.2.2 on WinXP.
I changed the httpd.conf with uncommenting the httpd-userdir.conf
I also enabled mod_userdir
then I start apache
I checked that http://localhost/ goes fine.
however http://localhost/~aaa/ got 404 error.
I checked the error log and it show that the page C:/Program files/Apache Software Foundation/Apache2.2/htdocs/~aaa does not exist.
Why apache get the doc from DocumentRoot, instead of from the directory specified in the httpd-userdir.conf (My documents/My website) ?
What else setting I missed?
any help is greatly appreciated.
Robonoob |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 06 Jul '06 8:01 Post subject: |
|
|
Did you set this?
Code: |
UserDir "C:/Documents and Settings/*/My documents/My website"
|
|
|
Back to top |
|
robonoob
Joined: 06 Jul 2006 Posts: 2
|
Posted: Thu 06 Jul '06 9:14 Post subject: |
|
|
Hi Steffen, I did read the howto doc
Thanks James. I just think that the out-of-the-box httpd-userdir is ok. I did not realize that full path should be used, which is not cover in the howto. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 06 Jul '06 15:43 Post subject: |
|
|
it is in the howto! I'm sure, but many Windows users see that, because most manuals from apache.org are still only with Unix / Linux samples! |
|
Back to top |
|
|
|
|
|
|