R: R: access control with environment var

1999-05-16 Thread Andrea e Luca Giacobazzi
-Messaggio originale- Da: tim saker [EMAIL PROTECTED] A: [EMAIL PROTECTED] [EMAIL PROTECTED] Data: sabato 15 maggio 1999 13.41 Oggetto: Re: R: access control with environment var My experience with the Apache Directory directive is that it requires a fully qualified file system path

Re: R: access control with environment var

1999-05-15 Thread tim saker
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

Re: R: access control with environment var

1999-05-14 Thread Ralf S. Engelschall
On Thu, May 13, 1999, Derek Smith wrote: I've not looked at the documentation but in a shell script to test an integer you use -eq (equals) and to test a string you use = (Perl is the exact opposite) so it might be this. Sorry if I'm completely wrong, just though I'd try to help in a quick

Re: R: R: access control with environment var

1999-05-14 Thread Ralf S. Engelschall
On Fri, May 14, 1999, Andrea e Luca Giacobazzi wrote: Add a few ssl_log() directives to mod_ssl so you can trace down when the variable is available, which values it has and why the test fails. Maybe the problem is that I assign the value to the environment var in SSL_hook_fixup in

Re: R: R: access control with environment var

1999-05-13 Thread Steffen Dettmer
I've not looked at the documentation but in a shell script to test an integer you use -eq (equals) and to test a string you use = (Perl is the exact opposite) so it might be this. Sorry if I'm completely wrong, just though I'd try to help in a quick e-mail before I leave work for the night.

access control with environment var

1999-05-12 Thread Andrea e Luca Giacobazzi
Hi everybody, 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

Re: access control with environment var

1999-05-12 Thread Ralf S. Engelschall
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