None
EN
Comment on Enjoying some Real Audio on a working Friday by neozeed
[]
Comments for Virtually Fun
+ +frontend http8888 + bind *:8888 + mode http + http-request set-header Connection "keep-alive" if { req.ver "1.0" } + http-request set-header Host "dsotm.rabbitfoxtrot.uk" if { req.ver "1.0" } + + acl dsotm hdr(host) -i dsotm.rabbitfoxtrot.uk:8888 + acl is_ra path_end .ra .RA + acl is_ram path_end .ram .RAM + use_backend dsotm if dsotm || is_ra || is_ram + +backend dsotm + balance leastconn + option httpclose + option forwardfor + server local1 127.0.0.1:80 check inter 500 maxconn 20 a In the context of virtual hosts, the ServerName # specifies what hostname must appear in the request's Host: header to # match this virtual host.