On Fri, Jan 28, 2005 at 02:40:38PM -0000, [EMAIL PROTECTED] wrote:
> +
> + # specific to 2.1
> + <IfModule mod_authn_anon.c>
> + <IfModule mod_auth_basic.c>
> + <Location /ssl-fakebasicauth2>
> + SSLVerifyClient require
> + SSLRequire %{SSL_CLIENT_VERIFY} eq "SUCCESS"
> + SSLOptions +FakeBasicAuth +StdEnvVarsDid you mean SSLVerifyClient optional? Otherwise the SSLRequire is surely redundant?
