Results 1 to 2 of 2
I seached the forums, and couldnt find an answer, if this has already been asked, please point me where thanks.
Im using Apache 2.0 on a fresh Redhat Fedora Core ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-30-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 21
Apache, user_dir problems
I seached the forums, and couldnt find an answer, if this has already been asked, please point me where thanks.
Im using Apache 2.0 on a fresh Redhat Fedora Core 1 install, i have enabled mod_userdir and changed the user_dir parameters to :
</IfModule mod_userdir.c>
UserDir enabled
UserDir public_html
</IfModule>
and have also tried
</IfModule mod_userdir.c>
UserDir enabled username
UserDir public_html
</IfModule>
</IfModule mod_userdir.c>
UserDir enabled
UserDir disabled root
UserDir public_html
</IfModule>
just to see if they would work.
As of right now, when ever i connect to http://10.10.12.15 i get the default apache page, but when i try http://10.10.12.15/~username i get both 403, and 404. The file im accessing does exist, and the username does exist.
any ideas one what might be causing this?
- 05-30-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
Re: Apache, user_dir problems
If that was copied straight out of your config file, it may be the line:
Originally Posted by rathergoodman
Should be: (no extra /)
Originally Posted by rathergoodman
Ensure that the public_html directory exists in that users home directory, and is readable by the apache user/group.
Originally Posted by rathergoodman
Also ensure you restart apache after making any configuration changes.
Jason


Reply With Quote
