Kevin Ballard
kevin at sb.org
Tue Jan 13 12:06:11 EST 2004
One CGI env. var that I want via mod_python is SERVER_SIGNATURE. I can't find any way to get at that through mod_python so I have to use the add_common_vars() and subprocess_env['SERVER_SIGNATURE'] to get it. On Jan 13, 2004, at 11:44 AM, Glenn A. Hochberg wrote: > Actually, one CGI env. var. that I have not been able to find via > mod_python is HTTPS (set to "on" when using SSL). > Is there some way to determine whether your baseurl should start with > https: versus http:? I'm trying to pass my full URL to another site > via a redirect; I can find out everything I need except for that. -- Kevin Ballard kevin at sb.org http://www.tildesoft.com http://kevin.sb.org
|