Apache httpd workers retry
- by David Newcomb
I have an Apache httpd web server running mod_proxy and mod_proxy_balancer. The whole of /somedir is sent to 2 worker machines which service the requests using the round robin scheduler. Each worker machine is running IIS but I don't think that is important.
I can demonstrate the load balancer working by repeatedly requesting a single page which…