|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2012
/
2012-06
/
Few Questions about Pound
[
solved: slow redirects, 5s waiting, glibc / ... ]
[
long answer interval / Chasm(at)gmx.de ]
Few Questions about Pound
"P. Broennimann" <peter.broennimann(at)gmail.com> |
2012-06-05 13:33:58 |
[ FULL ]
|
Hi there
I am interested in using pound. I read the published information on your
website but I still have 3 questions (the whole topic is new to me!).
I made a drawing illustrating my situation.
1. It would be nice if, for a same client, both client
application components (html5 web application & javascript webservice
interface) could be routed to the same destination virtual machine. Is this
doable using the pound "session" tracking mechanism?
2. If I understood well pound would be "terminating" the SSL connection.
In my case would I need 1 certificate or 2 (per client there would be 2
tunnels established, one on port 80 and one on port 99)!?
3. Somewhere it is stated "*... Pound **can detects when a backend
server fails or recovers, and bases its load balancing decisions on this
information: if a backend server fails, it will not receive requests until
it recovers...*". How does this detection mechanism work? Is this
sothing like a ping?
Many thanks in advance.
Peter
|
|
|
|
|
Re: [Pound Mailing List] Few Questions about Pound
Joakim Dellrud <blandia(at)gmail.com> |
2012-06-05 16:19:21 |
[ FULL ]
|
I'm not sure about 1 but the termination of ssl is as follows:
the traffic is recived upon the standard port (443) and you need a
certificate to achive this. When we want more then one certificate
(different domains) WE add a virtual eth and use that (we have 1:1 NAT of
external IPv4 addresses). Then after the "termination" the traffic is sent
via standard TCP 80 to the webserver.
The form you are talking about I'm not sure about but you can demand a
certificate from the client if needed (see the config).
3 I think is "Yes" or if it did a http get and acted upon a 200 from the
server. Not sure :)
// Regards
2012/6/5 P. Broennimann <peter.broennimann(at)gmail.com>
[...]
|
|
|
|
|
Re: [Pound Mailing List] Few Questions about Pound
Francisco Ruiz <francisco.ruiz(at)juntaextremadura.es> |
2012-06-11 18:05:42 |
[ FULL ]
|
El 05/06/12 13:33, P. Broennimann escribió:[...]
Hi[...]
both parts (html5 web application & javascript webservice):
- a session cookie like PHPSESSID, JSESSID, ASPNETSESSIONID
- the client IP
- an URL param...
an always both parts should be routed through the same "Service"
definition in pound[...]
service is down, if it success the service is up.[...]
I hope this can be of some help.[...]
|
|
|
|
|
|