Webserver balance load

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Johny

    #1

    Webserver balance load

    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.

  • Michael

    #2
    Re: Webserver balance load

    Johny wrote:
    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.
    To be honest, you're best looking at the Linux Virtual Server project. It's
    really cool technology and scales extremely well. You can do things at a
    higher level, but LVS does work and scale extremely well. VS-TUN is
    particularly useful if you have an unusual network topology.




    Michael.

    Comment

    • sjpiii

      #3
      Re: Webserver balance load

      "Johny" <python@hope.cz wrote in message
      news:1173124034 .130806.316750@ 30g2000cwc.goog legroups.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_balan cer within
      apache itself. I have not tried it, but the documentation is here:


      Jp


      Comment

      Working...