[users@httpd] Help on http and https using different domains

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 bag.
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 Proceed to checkout, the items in the bag dissappear.  This should not happen. 
Any help would be appreciated.  We think it is a problem with the http.conf and ssl.conf.

Thanks

We are using tomcat as our middleware.

Httpd.conf:

<VirtualHost *:80>
    DocumentRoot /usr/local/www/yvesrocher/html
    ServerName
www.example.com
....
....
</VirtualHost>
 
<VirtualHost *:80>
        ServerName 
www.example.com
        ServerAlias example.com
        Redirect /
http://www.example.com/
</VirtualHost>
 
In the ssl.conf file:
 
<VirtualHost 10.0.226.12:443>
ServerName secure.example.com:443
ServerAlias secure.example.com:443
....
....
</VirtualHost>



Mukarram Syed
muksyed@xxxxxxxxx


Get amazing travel prices for air and hotel in one click on Yahoo! FareChase
[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux