Re: a patch for a ap_ssl_is_https()

2021-02-26 Thread gls
Hi Stefan, Günter is dead at 2020. Please cancel all Email.. mfg. Am 2021-02-23 15:18, schrieb Stefan Eissing: Am 23.02.2021 um 12:18 schrieb Ruediger Pluem : On 2/23/21 11:26 AM, Stefan Eissing wrote: Am 23.02.2021 um 11:14 schrieb Joe Orton : On Mon, Feb 22, 2021 at

Re: a patch for a ap_ssl_is_https()

2021-02-23 Thread Stefan Eissing
> Am 23.02.2021 um 12:18 schrieb Ruediger Pluem : > > > > On 2/23/21 11:26 AM, Stefan Eissing wrote: >> >> >>> Am 23.02.2021 um 11:14 schrieb Joe Orton : >>> >>> On Mon, Feb 22, 2021 at 05:28:03PM +0100, Stefan Eissing wrote: Regarding my proposal to add SSL related inquiry functions

Re: a patch for a ap_ssl_is_https()

2021-02-23 Thread Ruediger Pluem
On 2/23/21 11:26 AM, Stefan Eissing wrote: > > >> Am 23.02.2021 um 11:14 schrieb Joe Orton : >> >> On Mon, Feb 22, 2021 at 05:28:03PM +0100, Stefan Eissing wrote: >>> Regarding my proposal to add SSL related inquiry functions to our core >>> server, here >>> is a patch for the

Re: a patch for a ap_ssl_is_https()

2021-02-23 Thread Ruediger Pluem
On 2/23/21 11:14 AM, Joe Orton wrote: > On Mon, Feb 22, 2021 at 05:28:03PM +0100, Stefan Eissing wrote: >> Regarding my proposal to add SSL related inquiry functions to our core >> server, here >> is a patch for the "ssl_is_https()" function. This allows: >> >> a) anyone to inquire about a

Re: a patch for a ap_ssl_is_https()

2021-02-23 Thread Ruediger Pluem
On 2/22/21 6:00 PM, Eric Covener wrote: > On Mon, Feb 22, 2021 at 11:28 AM Stefan Eissing > wrote: >> >> Regarding my proposal to add SSL related inquiry functions to our core >> server, here >> is a patch for the "ssl_is_https()" function. This allows: >> >> a) anyone to inquire about a

Re: a patch for a ap_ssl_is_https()

2021-02-23 Thread Stefan Eissing
> Am 23.02.2021 um 11:14 schrieb Joe Orton : > > On Mon, Feb 22, 2021 at 05:28:03PM +0100, Stefan Eissing wrote: >> Regarding my proposal to add SSL related inquiry functions to our core >> server, here >> is a patch for the "ssl_is_https()" function. This allows: >> >> a) anyone to inquire

Re: a patch for a ap_ssl_is_https()

2021-02-23 Thread Joe Orton
On Mon, Feb 22, 2021 at 05:28:03PM +0100, Stefan Eissing wrote: > Regarding my proposal to add SSL related inquiry functions to our core > server, here > is a patch for the "ssl_is_https()" function. This allows: > > a) anyone to inquire about a connections SSLiness without the optional >

Re: a patch for a ap_ssl_is_https()

2021-02-22 Thread Eric Covener
On Mon, Feb 22, 2021 at 11:28 AM Stefan Eissing wrote: > > Regarding my proposal to add SSL related inquiry functions to our core > server, here > is a patch for the "ssl_is_https()" function. This allows: > > a) anyone to inquire about a connections SSLiness without the optional > function

a patch for a ap_ssl_is_https()

2021-02-22 Thread Stefan Eissing
Regarding my proposal to add SSL related inquiry functions to our core server, here is a patch for the "ssl_is_https()" function. This allows: a) anyone to inquire about a connections SSLiness without the optional function retrieval. It will itself call such a function provided by a module.