Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 19828 invoked from network); 4 May 2006 08:28:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 08:28:56 -0000 Received: (qmail 85662 invoked by uid 500); 4 May 2006 08:28:45 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 85648 invoked by uid 500); 4 May 2006 08:28:45 -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 85634 invoked by uid 99); 4 May 2006 08:28:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 01:28:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of krist.vanbesien@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 01:28:44 -0700 Received: by py-out-1112.google.com with SMTP id d80so443557pyd for ; Thu, 04 May 2006 01:28:23 -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=orEH6fQkzK25KNKCg/Ldqvd0i2W4cbhkYtl9+wKJBdoAxdfaYJG/b7vZ2vUNR7vOagc8Vn+M/b6ze7myB8cTl3yqWm9Jw1QiNom32bMFWKXCBEEX24q9JJSIc5Z2nVA2mMoWSbVUwtj8nFemy+xf2QWsv922mnwd7MviYorYsSY= Received: by 10.35.22.17 with SMTP id z17mr1039716pyi; Thu, 04 May 2006 01:28:23 -0700 (PDT) Received: by 10.35.63.13 with HTTP; Thu, 4 May 2006 01:28:23 -0700 (PDT) Message-ID: <6ed6382b0605040128r2998c8d0m31ddbaf8ecc24613@mail.gmail.com> Date: Thu, 4 May 2006 10:28:23 +0200 From: "Krist van Besien" To: users@httpd.apache.org In-Reply-To: <20060503185543.68417.qmail@web31515.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060503185543.68417.qmail@web31515.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Help on http and https using different domains X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/3/06, Mukarram Syed wrote: > Hi, > I need some help on this, we are going to go live soon but this is a road > block for us. > The issue is: > We are hosting an ecommerce site. Lets say the http domain is > www.example.com > We go to www.example.com, browse and click on some items and add to the b= ag. > Then we proceed to checkout. Once we click on Proceed to checkout, it > changes the domain to secure.example.com. While we were in the > www.example.com, we could view the items in the bag. The moment we Proce= ed > to checkout, the items in the bag dissappear. This should not happen. With a high probability this is not Apache related. Aparently whatever mechanism you use to store what the user bought fails when the user switches URLs. This is not an apache issue. > Any help would be appreciated. We think it is a problem with the http.co= nf > and ssl.conf. There does seem to be a problem with your config though: > > DocumentRoot /usr/local/www/yvesrocher/html > ServerName www.example.com > .... > .... > > > > ServerName www.example.com > ServerAlias example.com > Redirect / http://www.example.com/ > Why do you have two virtual hosts with the same ServerName. Do you realise that requests to sss.example.com will always be handled by the first server? > In the ssl.conf file: > > > ServerName secure.example.com:443 > ServerAlias secure.example.com:443 > .... > .... > Setting ServerName and ServerAlias to the same name serves no purpose. Krist -- krist.vanbesien@gmail.com Solothurn, Switzerland --------------------------------------------------------------------- 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