On 7/6/07, boxyzzy@xxxxxxxxxxxx <boxyzzy@xxxxxxxxxxxx> wrote:
I am upgrading Apache from 1.2.6 to 2.2.3. Everything appears to be working except for users' public_html directories without an index.html file. Instead of displaying the files in the directory, the browser displays the following error: You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. Error 403. These are the latest configuration statements that I've tried: <Directory /*/public_html>
That's almost certainly not correct since "*" does not match "/". You probably want <Directory /home/*/public_html> or something similar. Also, always check the error_log for more details about the problem. Joshua. --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx