Re: get the incoming TCP protocol type

2012-11-25 Thread Torsten Förtsch
On 11/24/2012 11:51 PM, André Warnier wrote: Building it on Windows from the tar.gz doesn't seem to work either, as it appears to require gcc (and probably a lot of other things not available on my XP laptop). ModSSL.xs does not contain any Linux-specific stuff. It should be compilable on

Re: use global data in handler (was : custom proxy setup with mod_perl)

2012-11-25 Thread Perrin Harkins
It sounds like you have it right. If you don't define the package variable $URLS during startup, it will be undef when the child process handles the first request and will keep whatever data you put into it after that. - Perrin On Sat, Nov 24, 2012 at 8:09 AM, André Warnier a...@ice-sa.com

Re: get the incoming TCP protocol type

2012-11-25 Thread Vincent Veyron
Le samedi 24 novembre 2012 à 16:58 +0100, André Warnier a écrit : Is there somewhere a is_secure() or something which provides that ? Or can I rely on the presence/absence of some request header ? Apache's mod_rewrite has the HTTPS RewriteCond directive, which I use to enforce https access