Re: [users@httpd] Deny access to all directory files BUT a certain suffix?

2012-08-05 Thread Tom Browder
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

Re: [users@httpd] Deny access to all directory files BUT a certain suffix?

2012-08-05 Thread Daniel Gruno
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

[users@httpd] Deny access to all directory files BUT a certain suffix?

2012-08-05 Thread Tom Browder
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