Hello,
I tried to configure a simple redirection using ACLs, but i always have
a 503's error message when i try to connect to my server.
backend webfarm
balance roundrobin
option redispatch
cookie JSESSION prefix
option httpclose
option forwardfor
option httpchk HEAD /check.txt
server webA 192.168.0.102
server webB 192.168.0.103
stats auth admin:admin
stats enable
frontend rules
bind 192.168.0.100:80
acl redir_web hdr_end(host) -i www.web.com
use_backend webfarm if redir_web
I commented out the httpchk line, but without success.
Is there something that i have to modify in my web server configuration
files ? (On Win XP pro edition)
Or, is there something that i forget ?