Best way to run an ecommerce systems on multiple servers
KennyJ
7:35 am on Jun 11, 2003 (gmt 0)
Currently we have two separate webservers - both with online ordering but only one with a SSL certificate.
We are having to run a rather simple order form that posts the information to the secure site for processing.
Is there a better way to do this that does not involve purchasing further copies of the SSL cert?
webdevsf
6:11 pm on Jun 12, 2003 (gmt 0)
you can multi-home the IP address and use the same cert and url for both boxes. Not sure what OS you are on but windows has network load balancing which lets you do this. I think its easy to do with *nix but i have no idea how.