Hi I'm currently load balancing 3 IIS6 servers with LVS (linux virtual server). and planning on moving to an apache frontend (reverse proxy) with mod_proxy_balancer (my main goal is protecting the web app on the iis's with mod_security) after reading the doc's i've setup apache as a reverse proxy for a single iis server succesfully. my problem starts as i add more servers to the balancer. our webapp is using sessions. in the LVS setup i solved it by using persistence (L4) (a connection from client ip will be redirected to the same server) with apache i can achive that with "stickeysession" (L7), right? can i use this kind of configuration with apache (persistence connections from client to the same server)? i know pound (www.apsis.ch/pound/) works but i need apache for the mod_security stuff. any ideas. howto's, doc's, samples. would be great. Thanks Tomer. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx