yes it is being loaded with the line :
LoadModule userdir_module modules/mod_userdir.so
thanks,
tolga
On 11/14/08 4:38 PM, Justin Pasher wrote:
Tolga Guver wrote:
Hi,
I have just setup an apache server in which i want one general page
linked to the users own web pages in their home directories.
I setup the httpd.conf so that users public_html folders be accessible :
<IfModule mod_userdir.c>
# UserDir disable
UserDir public_html
</IfModule>
however when i try to access to a users web page i get the error
The requested URL /~tolga/ was not found (although it is there and
permissions are correct)
when i check the error_log of httpd i have realized that the server
was actually looking for a folder
/var/www/html/~tolga instead of /home/tolga
[Fri Nov 14 12:56:10 2008] [error] [client 10.250.33.16] File does not
exist: /var/www/html/~tolga
I was wondering if there is a way to overcome this problem. It is
probably a simple one but i couldn't solve it.
thanks a lot
tolga
Just to take the obvious out of the equation, you are loading
mod_userdir in your apache config, correct? Do you by chance have any
rewrite rules in your config that might be messing with the URL?
--
--------------------------------
Tolga Guver
Department of Astronomy
and Steward Observatory
www.physics.arizona.edu/~tolga
933 N Cherry Ave., Rm. N322
Tucson AZ 85721-0065
---------------------------------------------------------------------
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]