RE: [EMAIL PROTECTED] specifying https-specific directives

2006-07-05 Thread Boyle Owen
> -Original Message- > From: mortee [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 04, 2006 8:02 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] specifying https-specific directives > > > Thanks. You mean mod_ssl's %{HTTPS} variable, right

Re: [EMAIL PROTECTED] specifying https-specific directives

2006-07-04 Thread mortee
Thanks. You mean mod_ssl's %{HTTPS} variable, right? And how do I use it to drive conditional directives? Since %{HTTPS} always exists, with a value "no" or "yes" (according to what you wrote), I can't use it directly with the "Allow from env=..." form, because that checks for the existence of t

Re: [EMAIL PROTECTED] specifying https-specific directives

2006-07-04 Thread Pid
Joshua Slive wrote: > On 7/3/06, Marton Fabo <[EMAIL PROTECTED]> wrote: >> >> Hello! >> >> I have a Apache/2.0.55 running on a BSD machine. >> >> I'm wondering how I could specify a different set of directives for a >> given directory based on whether it's accesed through plain HTTP or >> HTTPS -

RE: [EMAIL PROTECTED] specifying https-specific directives

2006-07-03 Thread Boyle Owen
> -Original Message- > From: mortee [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 04, 2006 12:27 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] specifying https-specific directives > > > Hello! > > I have a Apache/2.0.55 running on a BSD ma

Re: [EMAIL PROTECTED] specifying https-specific directives

2006-07-03 Thread Joshua Slive
On 7/3/06, Marton Fabo <[EMAIL PROTECTED]> wrote: Hello! I have a Apache/2.0.55 running on a BSD machine. I'm wondering how I could specify a different set of directives for a given directory based on whether it's accesed through plain HTTP or HTTPS - but without having to put the HTTPS-specif

[EMAIL PROTECTED] specifying https-specific directives

2006-07-03 Thread mortee
Hello! I have a Apache/2.0.55 running on a BSD machine. I'm wondering how I could specify a different set of directives for a given directory based on whether it's accesed through plain HTTP or HTTPS - but without having to put the HTTPS-specific directives into the according VirtualHost sectio

[EMAIL PROTECTED] specifying https-specific directives

2006-07-03 Thread Marton Fabo
Hello! I have a Apache/2.0.55 running on a BSD machine. I'm wondering how I could specify a different set of directives for a given directory based on whether it's accesed through plain HTTP or HTTPS - but without having to put the HTTPS-specific directives into the according VirtualHost sec