LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

HTTPS Service through LVS

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: HTTPS Service through LVS
From: "Louis Lam" <louis.lam@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 18 Oct 2005 12:21:04 +0800
Dear All:

do the LVS https services must be set up with SSL PROXY squid?

Can i set up the https services without SSL PROXY?


Can anyone verify  my configuration proccess? any missing step which lead the 
failure to setting up a https services ?
My step of configure the https services as below:

1---add the VIP on Director
        ifconfig eth0:0 10.0.58.136 netmask 255.255.255.255 broadcast 
10.0.58.136

2---Handle the ARP problem on Director
        echo 1 > /proc/sys/net/ipv4/ip_forward


3-----Add thehttps servive
        ipvsadm -A -t 10.0.58.136:443 -s rr
        ipvsadm -a -t 10.0.58.136:443 -r 10.0.58.231 -g

4---- add the VIP on the real server
        ifconfig eth0:0 10.0.58.136 netmask 255.255.255.255 broadcast 
10.0.58.136


5--- Handle the ARP problem on Real Server
        echo 1 > /proc/sys/net/ipv4/ip_forward
        echo 1 > /proc/sys/net/ipv4/conf/all/hidden
        echo 1 > /proc/sys/net/ipv4/conf/lo/hidden OR echo 1 > 
/proc/sys/net/ipv4/conf/eth0/hidden

6--- start Apache


Best Regards
Louis

<Prev in Thread] Current Thread [Next in Thread>