> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua
> Slive
> Sent: vrijdag 21 september 2007 15:09
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] mod_access problem
>
> On 9/21/07, [EMAIL PROTECTED]
>
On 9/21/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> When I use the mod_access directives to limit access to certain files or
> commands, they just seem to be ignored. For example, to disable
> downloading of .htaccess and .htpasswd files I use the (almost) standard
> rules of:
>
> --
Hi,
When I use the mod_access directives to limit access to certain files or
commands, they just seem to be ignored. For example, to disable
downloading of .htaccess and .htpasswd files I use the (almost) standard
rules of:
--- example ---
Order allow,deny
Deny from all
Satisfy all