This is a discussion on relayd: relays and sorry server within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> Hi all, i've just started to play with relayd (ex hoststated) and i'm tring to setup a layer 7 ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi all, i've just started to play with relayd (ex hoststated) and i'm tring to setup a layer 7 proxy for a group of web servers. It works like a charm, but i can't setup a sorry server. This is my configuration: interval 2 prefork 10 ext_addr="10.200.1.2" webhost1="192.168.4.24" sorry="192.168.4.7" table <pluto> { $webhost1 } table <sorry_pluto> { $sorry } http protocol "pluto_web" { request header expect "pluto.mydomain.tld" from "Host" } relay relay_pluto { listen on $ext_addr port http protocol "pluto_web" forward to <pluto> check http "/apache2-default/" code 200 forward to <sorry_pluto> check http "/apache2-default/" code 200 } when i launch relayd -dvf /etc/relayd.conf i obtain this: /etc/relayd.conf:35: table already specified no redirections, nothing to do Is it possibile to set a sorry server with relays? Any kind of help will be appreciated. |