Re: Apache reverse proxy

2017-07-21 Thread Stefan Pernar
This worked for me: https://codeforgeek.com/2015/12/reverse-proxy-using-expressjs/ On 21 Jul 2017 9:32 PM, "Helmut K. C. Tessarek" wrote: On 2017-07-21 15:28, Stefan Pernar wrote: > Thanks everyone. Got it done with nodejs, express and http-proxy. You know, it is utterly useless to say you have

Re: Apache reverse proxy

2017-07-21 Thread Helmut K. C. Tessarek
On 2017-07-21 15:28, Stefan Pernar wrote: > Thanks everyone. Got it done with nodejs, express and http-proxy. You know, it is utterly useless to say you have fixed it without telling people how you did it. -- regards Helmut K. C. Tessarek KeyID 0xF7832007C11F128D Key fingerprint = 2

Re: Apache reverse proxy

2017-07-21 Thread Stefan Pernar
Thanks everyone. Got it done with nodejs, express and http-proxy. Cheers On 21 Jul 2017 6:41 PM, "Yann Ylavic" wrote: > On Fri, Jul 21, 2017 at 6:26 PM, Stefan Pernar > wrote: > > Good catch - unfortunately it is still not working... > > Please define not working... > > Regards, > Yann. >

Re: Apache reverse proxy

2017-07-21 Thread Yann Ylavic
On Fri, Jul 21, 2017 at 6:26 PM, Stefan Pernar wrote: > Good catch - unfortunately it is still not working... Please define not working... Regards, Yann.

Re: Apache reverse proxy

2017-07-21 Thread Stefan Pernar
Good catch - unfortunately it is still not working... On Fri, Jul 21, 2017 at 6:23 PM, Rainer Canavan wrote: > > [...] What am I doing wrong? > > [...] > > > > ProxyPass "http://127.0.0.1:3000/"; > > ProxyPassReverse "http://127.0.0.0:3000/"; > ^ > That s

Re: Apache reverse proxy

2017-07-21 Thread Rainer Canavan
> [...] What am I doing wrong? [...] > > ProxyPass "http://127.0.0.1:3000/"; > ProxyPassReverse "http://127.0.0.0:3000/"; ^ That should be a 127.0.0.1. rainer