Hello,
I have installed pound and pound only started on one load balancer not
the second one. I need to run both load balancers as run robin with
session persistence.
How do you setup Session Persistence on pound.cfg file?
Is there other settings need to be done other than pound.cfg to make it
right?
My pound.cfg file is located at /etc/pound/pound.cfg
And the portion of the file looks like this, but it did not act as
session persistence that I wanted???
I have tried both Session Type Basic and Type IP but none of them are
working??? Please help!
# /etc/pound/pound.cfg file
User "nobody"
Group "nobody"
RootJail "/usr/share/pound"
Control "/var/run/pound/ctl_socket"
ListenHTTP
# DesktopSync, "stagingdesktopsync.sprint.com" like DNS
Address 76.222.193.151
Port 80
Service
BackEnd
Address 192.168.15.107
Port 8080
End
BackEnd
Address 192.168.15.108
Port 8080
End
End
End
ListenHTTPS
# SSL termination for DesktopSync
Address 76.222.193.151
Port 443
Cert "/etc/pound/pound.pem"
Ciphers
"ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL"
Service
BackEnd
Address 192.168.15.107
Port 8080
End
BackEnd
Address 192.168.15.108
Port 8080
End
End
End
# Catch-all server(s) for setting up Session Persistence
Service
BackEnd
Address 127.0.0.1
Port 80
End
BackEnd
Address 127.0.0.1
Port 80
End
Session
Type IP
TTL 300
End
End
-----Original Message-----
From: Robert Segall [mailto:roseg(at)apsis.ch]
Sent: Saturday, October 27, 2007 3:36 AM
To: Terry Lin
Subject: RE: [BULK] [Pound Mailing List] Mail unprocessed
On Fri, 2007-10-26 at 11:16 -0700, Terry Lin wrote:[...]
You send Email to pound(at)apsis.ch from tlin(at)coremobility.com[...]
|