On Sun, Aug 5, 2012 at 4:43 PM, Daniel Gruno wrote:
> On 08/05/2012 11:31 PM, Tom Browder wrote:
>> I see lots of examples of denying access to files in a directory with
>> a certain suffix, but I want to deny access to ALL files EXCEPT those
>> with one suffix (.html).
...
> Try
> It might need
On 08/05/2012 11:31 PM, Tom Browder wrote:
> I see lots of examples of denying access to files in a directory with
> a certain suffix, but I want to deny access to ALL files EXCEPT those
> with one suffix (.html).
>
> I have tried this (Apache 2.2.14):
>
>
>
> SSLOptions +StdEnvVars +Stri
I see lots of examples of denying access to files in a directory with
a certain suffix, but I want to deny access to ALL files EXCEPT those
with one suffix (.html).
I have tried this (Apache 2.2.14):
SSLOptions +StdEnvVars +StrictRequire +OptRenegotiate
SSLVerifyClient require
SS