.Node red on Apache server

how to run node red on apache server version : 2.4.25 (EasyPHP) and how to configure apache server? is this configuration correct or not :

ProxyPass /api/ http://127.0.0.1:1880/
ProxyPassReverse /api/ http://127.0.0.1:1880/

thx.

You need to configure proxying for websockets as well. Do a search, there are articles on how to do it.

do you have a configuration proxy Ihave this configuration and is not working

...
SSLProxyEngine On
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /nodered/comms wss://localhost:1880/nodered/comms
ProxyPass /nodered https://localhost:1880/nodered
ProxyPassReverse /nodered/comms wss://localhost:1880/nodered/comms
ProxyPassReverse /nodered https://localhost:1880/nodered​
...

I don't use Apache. I have a config for NGINX.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.