On Sat, Nov 29, 2008 at 3:19 AM, Knute Johnson
<[EMAIL PROTECTED]> wrote:
> I'm trying to limit access in a directory to just files that have a .dat
> extension.  The httpd.conf file is stock with the addition of
>
> <Directory "/com/knutejohnson/rrr">
>    Options Indexes
>    <FilesMatch "\.dat$">
>        Allow from all
>    </FilesMatch>
> </Directory>
>
> I've tried about 8000 other combinations but this is the one I thought
> should really work.  I get "Forbidden" when I try to load it in the browser.
>  I can deny all the .dat files and that works, why doesn't allowing them?

Sounds like Order

http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html#order


-- 
Eric Covener
[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