Aaron J Mackey wrote:

> Yes: simply because I want to be able to install the software at new
> sites with minimal httpd.conf twiddling (and the user has a configuration
> file in which they can switch on/off the SSL requirement).


in that case, you probably want to check $r->subprocess_env('HTTPS') instead of 
$ENV{HTTPS}, since PerlSetupEnv Off will cause $ENV{HTTPS} to be false.


--Geoff


Reply via email to