Re: FilesMatch problem?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Nov 29, 2008 at 3:19 AM, Knute Johnson
<knute2008@xxxxxxxxxxxxxxxxxxxx> 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
covener@xxxxxxxxx

---------------------------------------------------------------------
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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux