Thank you Thank You Thank you. I had UserDir disable uncommented. Once
I put back the # everything worked.
E
Steve Phillips wrote:
Edward Iglesias wrote:
Here's the log since Sunday. Note the ~edward does not exist.
E
[Sun Nov 07 04:02:03 2004] [notice] Digest: generating secret for
digest authentication ...
[Sun Nov 07 04:02:03 2004] [notice] Digest: done
[Sun Nov 07 04:02:04 2004] [notice] Apache/2.0.46 (Red Hat)
configured -- resuming normal operations
[Mon Nov 08 10:51:27 2004] [error] [client 141.164.72.100] File does
not exist: /var/www/html/favicon.ico
[Mon Nov 08 10:51:27 2004] [error] [client 141.164.72.100] File does
not exist: /var/www/html/favicon.ico
[Mon Nov 08 10:51:29 2004] [error] [client 141.164.72.100] File does
not exist: /var/www/html/favicon.ico
[Mon Nov 08 10:51:37 2004] [error] [client 141.164.72.100] File does
not exist: /var/www/html/~edward
[Mon Nov 08 10:51:37 2004] [error] [client 141.164.72.100] File does
not exist: /var/www/html/favicon.ico
[Mon Nov 08 10:51:40 2004] [error] [client 141.164.72.100] File does
not exist: /var/www/html/favicon.ico
Are you sure you have the userdir module included ?
if you dont comment out UserDir disable in the IfModule mod_userdir.c
section then you will get this error. the log indicates that either
the module is not loaded or it is still set to disabled (even tho you
said you had added the UserDir directive earlier - did you add it in
the right place ?)
check that you have the following.
LoadModule userdir_module modules/mod_userdir.so
<IfModule mod_userdir.c>
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
#UserDir disable
#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the "UserDir disable" line above, and uncomment
# the following line instead:
#
UserDir public_html
</IfModule>
--
Edward Iglesias
Integrated Library Systems Coordinator
504.864.7838 (work)
504.864.7842 (FAX)
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list