Project

General

Profile

lighttpd and load balancer

Added by jeyson34 over 12 years ago

Hello.
I ask to help.
I try to adjust lighttpd and tomcat balancing. Tomcat everything normally works.
I adjust lighttpd. web server rises and opens a page.
I connected the mod_proxy module I adjusted balancing why that won't redirect.
Here mod_proxy.conf config
proxy.balance = "hash"
Lighttpd works for 90 port ##
  1. Handle all jsp requests via 192.168.0.101 ##
    proxy.server = ( ".jsp" =>
    ( "tomcat" =>
    (
    "host" => "172.21.21.88",
    "port" => 8080
    ),
    ("host" => "172.21.21.88",
    "port" => 80
    )
    )
    )

/var/log/lighttpd/error.log

2013-02-20 17:51:38: (mod_proxy.c.1142) proxy - start
2013-02-20 17:51:39: (mod_proxy.c.1142) proxy - start
2013-02-20 17:51:39: (mod_proxy.c.1142) proxy - start