[MP2]lookup_uri and HTTPS

2008-07-01 Thread titetluc titetluc
Hello all, I am writing an handler generating sub-requests by using the lookup_uri and run (Apache2::SubRequest) methods. My question is : is it technically possible to generate HTTPS sub-request (I observed that sub-requests were using HTTP) using the mod_perl API ? If yes, which API do I have t

Re: [MP2]lookup_uri and HTTPS

2008-07-01 Thread André Warnier
titetluc titetluc wrote: My question is : is it technically possible to generate HTTPS sub-request (I observed that sub-requests were using HTTP) using the mod_perl API ? Forgive my impertinence, but on the face of it, that question does not seem to make a lot of sense. HTTP or HTTPS are prot

Re: [MP2]lookup_uri and HTTPS

2008-07-01 Thread Torsten Foertsch
On Tue 01 Jul 2008, titetluc titetluc wrote: > I am writing an handler generating sub-requests by using the lookup_uri and > run (Apache2::SubRequest) methods. > My question is : is it technically possible to generate HTTPS sub-request > (I observed that sub-requests were using HTTP) No, none of t

Re: [MP2]lookup_uri and HTTPS

2008-07-04 Thread titetluc titetluc
André, Torsten Thank you for your answer (sorry for the delay) No, Andre, your are not impertinent. I thought I had a problem related to the request scheme, but in fact, my httpd configuration was wrong !!! 2008/7/1 Torsten Foertsch <[EMAIL PROTECTED]>: > On Tue 01 Jul 2008, titetluc titetluc w