Olaf Gellert wrote:
> Dominique Lohez wrote:
>
>>> Still don't know what I am doing wrong. Here's my complete
>>> actual config (if someone really would want to look at it)
>>> ;-) Seems as if the SSLRequire never comes into effect
>>> (even if I compare the CN with "Foo" instead of "Testuser"
>>
Dominique Lohez wrote:
>> Still don't know what I am doing wrong. Here's my complete
>> actual config (if someone really would want to look at it)
>> ;-) Seems as if the SSLRequire never comes into effect
>> (even if I compare the CN with "Foo" instead of "Testuser"
>> access is allowed)...
>>
>
Olaf Gellert wrote:
Dominique Lohez wrote:
You use the directive
Order deny allow
so the deny directives are evaluated before the alow directives
and furthermore every thing which is not denied is allowed
I suggest you should use the
Order Allow, deny directive
so that everything which
Dominique Lohez wrote:
> You use the directive
> Order deny allow
> so the deny directives are evaluated before the alow directives
> and furthermore every thing which is not denied is allowed
>
> I suggest you should use the
> Order Allow, deny directive
> so that everything which is not allo
Olaf Gellert wrote:
Hi,
somewhat off topic, but as there are so many users of
Apache/ModSSL around here (and I already asked on the
modssl mailing list):
I want an Apache SSL server to request client
authentication. This works. Additionally I want
to restrict access only to certain users with
Hi,
somewhat off topic, but as there are so many users of
Apache/ModSSL around here (and I already asked on the
modssl mailing list):
I want an Apache SSL server to request client
authentication. This works. Additionally I want
to restrict access only to certain users with
a valid certificate. So