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: <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Thursday, December 22, 2005 8:32 PM
Subject: [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to