Re: relayd url redirection

2015-03-25 Thread Frederic URBAN
Hi all, I'm try to reproduce such a setup with relayd on OpenBSD 5.7-current. Many change between the latest stable and the -current... I followed changes in relayd.conf(5) but i'm still not able to get a working solution. This is a draft, my first contact with relayd. My objective is to use o

Re: relayd url redirection

2014-07-11 Thread Predrag Punosevac
Reyk Floeter wrote: > Hi, > > On Fri, Jun 20, 2014 at 10:35:13PM -0400, Predrag Punosevac wrote: > > I am seriously reading realyd man pages for the first time in my life. > > Namely I am after url suffix redirection. I will try to explain little > > bit better. > > > > I have close to 10 virtu

Re: relayd url redirection

2014-07-11 Thread Reyk Floeter
Hi, On Fri, Jun 20, 2014 at 10:35:13PM -0400, Predrag Punosevac wrote: > I am seriously reading realyd man pages for the first time in my life. > Namely I am after url suffix redirection. I will try to explain little > bit better. > > I have close to 10 virtual hosts running behind OpenBSD firewa

Re: relayd url redirection

2014-06-27 Thread Predrag Punosevac
For people who might stumble on this thread I ended up using Nginx with a configuration file which looks similar to this. Predrag # $OpenBSD: nginx.conf,v 1.16 2014/01/28 14:48:53 stephan Exp $ #user www; worker_processes 4; #syslog local5 nginx; #error_log logs/error.log; #er

Re: relayd url redirection

2014-06-21 Thread vadimou
On 6/20/14, Predrag Punosevac wrote: > and so on. Until now I was using nginx as a proxy and port redirection I agree with Antoine. Read the nginx manual carefully. All you need is there.

Re: relayd url redirection

2014-06-21 Thread Sebastian Benoit
Predrag Punosevac(punoseva...@gmail.com) on 2014.06.20 22:35:13 -0400: > I am seriously reading realyd man pages for the first time in my life. > Namely I am after url suffix redirection. I will try to explain little > bit better. relayd cannot do this currently unfortunatly. /Benno

Re: relayd url redirection

2014-06-21 Thread Antoine Jacoutot
On Fri, Jun 20, 2014 at 10:35:13PM -0400, Predrag Punosevac wrote: > I am seriously reading realyd man pages for the first time in my life. > Namely I am after url suffix redirection. I will try to explain little > bit better. > > I have close to 10 virtual hosts running behind OpenBSD firewall wh