Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 15722 invoked by uid 6000); 23 Jan 1998 00:57:30 -0000 Received: (qmail 15716 invoked from network); 23 Jan 1998 00:57:28 -0000 Received: from staff2.texas.net (mikedoug@207.207.0.39) by taz.hyperreal.org with SMTP; 23 Jan 1998 00:57:28 -0000 Received: (from mikedoug@localhost) by staff2.texas.net (8.8.5/8.7.5) id SAA19137; Thu, 22 Jan 1998 18:57:27 -0600 (CST) Message-ID: <19980122185727.02979@texas.net> Date: Thu, 22 Jan 1998 18:57:27 -0600 From: Michael Douglass To: new-httpd@apache.org Subject: Re: construct_url hardcoding "http" [was: solution to 'mod_rewrite.c wierdness' => mod_dir.c] References: <19980121232820.13279@texas.net> <199801221251.HAA06637@devsys.jaguNET.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <199801221251.HAA06637@devsys.jaguNET.com>; from Jim Jagielski on Thu, Jan 22, 1998 at 07:51:44AM -0500 Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org On Thu, Jan 22, 1998 at 07:51:44AM -0500, Jim Jagielski said: > The "official" Apache source has to be stupidly safe about the US's > export control laws wrt SSL and encryption :/ Okay.... can it be sneaky by storing the connection time in the request_rec (or does it already do so?) so you could just do something like: pstrcat( p, r->connection_protocol, "://", construct_server ... ); This way you are simply duplicating the incoming protocol. :) -- Michael Douglass Texas Networking, Inc. anyway, I'm off, perl code is making me [a] crosseyed toady