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" <tessa...@evermeet.cx> wrote: On 2017-07-21 15:28, Stefan Pernar wrote: > Thanks everyone. Got it done with nodejs, express and http-proxy. You

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" <ylavic@gmail.com> wrote: > On Fri, Jul 21, 2017 at 6:26 PM, Stefan Pernar <stefan.per...@gmail.com> > wrote: > > Good catch - unfortunately it

Apache reverse proxy

2017-07-21 Thread Stefan Pernar
Hi everyone, I am running a node.js app on port 3000 and am serving PHP on port 3001. Now I am trying to use Apache reverse proxy with the following .conf but it just does not work. What am I doing wrong? Options Indexes MultiViews Require all granted LoadModule proxy_module