Webserver balance load

sjpiii sjpiii at ya.delete.hoo.com
Tue Mar 6 15:54:10 EST 2007


"Johny" <python at hope.cz> wrote in message 
news:1173124034.130806.316750 at 30g2000cwc.googlegroups.com...
> Can anyone suggest a way how to balance load on Apache server where I
> have Python scripts running?
> For example I have 3 webservers( Apache servers) and I would like to
> sent user's request to one of the three server depending on a load on
> the server.
> Thank you .
> L.
>
I believe you can do this with mod_proxy and mod_proxy_balancer within
apache itself.  I have not tried it, but the documentation is here:
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html

Jp 





More information about the Python-list mailing list