On 10/28/2007 12:29 PM, Dr Stephen Henson wrote: > Ruediger Pluem wrote: >> Possibly mod_include should stop there, but "remote" subrequest are valuable >> for other modules (e.g. mod_ssl and OCSP). So +1 to add this to the API, >> -0 for enabling it for mod_include. >> > > Does anyone have any pointers how OCSP might be done using subrequests > in mod_ssl? I've been looking into this possibility. > > Other than a lack of documentation I hit a brick wall because > request_rec is not available (and possibly hasn't been created yet?) at > the time it is needed which would be during the initial connection > before any HTTP headers were sent.
Damn it. I forgot that we do not have a request_rec at this point of time (not created at this point of time). Currently I have no idea, but I will let you know if I have one. Regards RĂ¼diger
