Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3317 invoked from network); 8 Aug 2005 01:49:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2005 01:49:49 -0000 Received: (qmail 11956 invoked by uid 500); 8 Aug 2005 01:49:38 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 11939 invoked by uid 500); 8 Aug 2005 01:49:38 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 11922 invoked by uid 99); 8 Aug 2005 01:49:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 18:49:38 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.184.205 as permitted sender) Received: from [64.233.184.205] (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 18:49:26 -0700 Received: by wproxy.gmail.com with SMTP id i13so953707wra for ; Sun, 07 Aug 2005 18:49:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kRdw/cOvk4yMCIT8iODpsdUzB4eAYqO0WwK6uUORcfOix1+ZlMbDY8KnacdTc4obZsRg1XjZ7boHC2KuagziRyYv/FQEMBcodPdaR9jI92pynvSnEWdMzfJimfkubS+oHBegQKciMjsPm4BiJzbGK9+v4eHw1I7HRamrgFBOLWs= Received: by 10.54.25.11 with SMTP id 11mr4557712wry; Sun, 07 Aug 2005 18:49:33 -0700 (PDT) Received: by 10.54.61.7 with HTTP; Sun, 7 Aug 2005 18:49:33 -0700 (PDT) Message-ID: Date: Sun, 7 Aug 2005 21:49:33 -0400 From: Joshua Slive To: users@httpd.apache.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Environment Variable contamination between vhosts - 1.3.33 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/5/05, Marc Powell wrote: > And so forth... We discovered a problem where the HTTPS environment > variable was incorrectly being set to ON for normal HTTP requests for > one of our vhosts running SquirrelMail. Further investigation revealed > that a number of environment variables were being cross-contaminated > between virtual hosts. For example, running phpinfo() under VirtualHost > 1.1.1.1 would yield the following on one request (with no contamination) The first thing to do is to repeat this test with a standard CGI script that dumps the environment (one is included with apache httpd). This will help you figure out if it is a php problem or a general apache problem. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org