Interessante pagina per l'argomento nel titolo: https://httpd.apache.org/docs/2.4/mo..._balancer.html da rimarcare l'esempio seguente : Another example of how to provide load balancing with stickyness using mod_headers, even if the back-end server does not set a suitable session cookie: Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED <Proxy "balancer://mycluster"> ...
Header add Set-Cookie "ROUTEID=.%{BALANCER_WORKER_ROUTE}e; path=/" env=BALANCER_ROUTE_CHANGED <Proxy "balancer://mycluster">
aggiornamento da 08-09-2017 a 19:12 di sspintux
Mi appunto questa libreria che pare funzioni : http://sourceforge.net/p/netimplicitssl/wiki/Home/
aggiornamento da 10-02-2016 a 13:07 di sspintux