Dear All,
I'm trying to get directory listings working in Suse 10.2,apache2 with
mod_userdir.
But when I call the directory I get a 404 error.
in the logs I see
[Tue Mar 13 11:56:19 2007] [error] [client 192.168.45.252] Attempt to serve
directory: /home/jreitsma/public_html/
My apache config is like so:
UserDir public_html
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory /home/*/public_html>
AllowOverride All
Options +Indexes
Order allow,deny
Allow from all
</Directory>
If a place an index.html file in the public_html folder it works as expected.
Any ideas to solve this??
Thank you,
--
Paul Nowosielski
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]