Re: determine if mod called via ssl request

2010-09-24 Thread J.D. Mullin
I'll give that a try. thanks Ben. On Tue, Sep 21, 2010 at 9:38 AM, Ben Noordhuis i...@bnoordhuis.nl wrote: On Tue, Sep 21, 2010 at 17:24, J.D. Mullin jeremym1...@cableone.net wrote: It seems like I am missing some very simple way to tell if the request was made via https, but I have

determine if mod called via ssl request

2010-09-21 Thread J.D. Mullin
I posted this question on Stack Overflow here: http://stackoverflow.com/questions/3612957/how-can-my-apache-2-module-tell-if-it-is-being-called-via-an-ssl-request For those not interested in using or reading SO, I'm including the question below. Any help would be appreciated: I have a module

Re: determine if mod called via ssl request

2010-09-21 Thread Ben Noordhuis
On Tue, Sep 21, 2010 at 17:24, J.D. Mullin jeremym1...@cableone.net wrote: It seems like I am missing some very simple way to tell if the request was made via https, but I have scanned all of the structures available from the request_rec and I don't see anything obvious. const char *flag =