Oh !, I used to get a 403 error in a similar condition for apache 1.3.X . Is this new in 2.0.x ? Secondly, how can I get a 403 error ? -Harish "Tim Burden" <tim@xxxxxxxxx> 12/22/2005 05:54 PM Please respond to users@xxxxxxxxxxxxxxxx To <users@xxxxxxxxxxxxxxxx> cc Subject Re: [users@httpd] Unable to get 403 error message That's what's supposed to happen. It looks for the files in the DirectoryIndex list, and then issues a 404 when it can't find one. ----- Original Message ----- From: <Harish.Chakravarthy@xxxxxxxx> To: <users@xxxxxxxxxxxxxxxx> Sent: Thursday, December 22, 2005 8:32 PM Subject: [users@httpd] Unable to get 403 error message > Hi, > I am running Apache 2.0.54 (compiled from source) on Solaris 9. Part of my > virtual host configuration is: > > <VirtualHost *:80> > ServerName my.domain.edu > DocumentRoot "/my/path/" > ErrorDocument 500 /errors/500.htm > ErrorDocument 404 /errors/404.htm > ErrorDocument 403 /errors/403.htm > DirectoryIndex index.htm index.html > ... > <Directory "/my/path/"> > Options -Indexes FollowSymLinks MultiViews Includes > .... > </Directory> > </VirtualHost> > When I access a path like http://my.domain.edu/test/ I get 404 error > message instead of 403. Here /test is a valid directory without index.htm > or index.html. Access log also shows 404 error code. > Is just can't figure out, what is wrong with my configuration, any ideas ? > -Harish > > --------------------------------------------------------------------- > 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 > --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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