Re: httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Miles Keaton
Good find. Thank you! That helped a lot. This relayd.conf works now, if I switch httpd to listen to port 81: relayd_address="127.0.0.1" table { 127.0.0.1 } table { 127.0.0.1 } http protocol reverse_proxy { match request path "/hello" forward to match response header set "Connection"

Re: httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Comète
26 juillet 2016 12:20 "Miles Keaton" a écrit: > Sorry to bother the list with this, but still stumped after two days. > > Trying to switch from nginx to httpd, but there's just one thing left: > > Having the webserver pass some URLs to another port: > > # working nginx

Re: httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Solène RAPENNE
Le 2016-07-26 12:13, Miles Keaton a écrit : Sorry to bother the list with this, but still stumped after two days. Trying to switch from nginx to httpd, but there's just one thing left: Having the webserver pass some URLs to another port: # working nginx config: http { server { listen

httpd (+ relayd ?) URL redirection, anyone?

2016-07-26 Thread Miles Keaton
Sorry to bother the list with this, but still stumped after two days. Trying to switch from nginx to httpd, but there's just one thing left: Having the webserver pass some URLs to another port: # working nginx config: http { server { listen 80; # serving static here root