My experience with the Apache <Directory> directive is that it requires a fully
qualified file system path, not one that is relative to document root.  Could this
be your problem in disguise?

--- Andrea e Luca Giacobazzi <[EMAIL PROTECTED]> wrote:
> 
> 
> > ----------
> > From:       Andrea e Luca Giacobazzi[SMTP:[EMAIL PROTECTED]]
> > Sent:       Thursday, May 13, 1999 10:42:05 AM
> > To:         [EMAIL PROTECTED]
> > Subject:    R: access control with environment var
> > Auto forwarded by a Rule
> > 
> >
> >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).
> >
> I tried:
> <Directory /secure_area>
> SSLRequire %{SSL_LDAP_CERT_STATUS} eq "good"
> </Directory>
> 
> but it doesn't work, the access to secure_area is allowed in every case.
> The var SSL_LDAP_CERT_STATUS is created and contains "good" string, I
> checked that with a cgi-bin.
> 
> I tried also:
> <Location /secure_area>
> SSLRequire %{SSL_LDAP_CERT_STATUS} eq "good"
> </Location>
> 
> and it works, but the access to secure_area is denied in every case, for
> every value of SSL_LDAP_CERT_STATUS.
> 
> Any suggestion ?
> 
> Thanks everyone
> Giacob
> 
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
> 

_________________________________________________________
Do You Yahoo!?
Free instant messaging and more at http://messenger.yahoo.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