[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OT: Accessing users' pages on Apache



Kent West said:

> westk03[westk]:/home/westk> grep -i userdir /etc/apache/httpd.conf
> LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
> # UserDir: The name of the directory which is appended onto a user's home
> <IfModule mod_userdir.c>
>    UserDir public_html
> # Control access to UserDir directories.  The following is an example

the last thing I can think of is to change

UserDir public_html

to

UserDir /home/*/public_html

(and run apachectl configtest, then apachectl restart)

see if that helps..beyond that I don't know what to suggest.

nate





Reply to: