On Wed, May 12, 1999, Andrea e Luca Giacobazzi wrote:

> I'd like to control access to one directory of a server Apache SSL with a
> check on environment var, a new one that I created, SSL_LDAP_CERT_STATUS,
> using client authentication.
> How can I do that ?
> I tried with </Directory....
> SSLRequire...etc..
> but it doesn't work correctly.
> Any suggestion?

The following should work:

<Directory /foobar>
SSLRequire %{SSL_LDAP_CERT_STATUS} =~ m|whatever|
</Directory>

When it doesn't either SSL_LDAP_CERT_STATUS doesn't exists or is empty (what I
guess) or something is broken (what I don't think).

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to