Am Wed, 5 Sep 2018 18:13:29 +0100
schrieb Michael Joy <mich...@michaeljoy.eu>:

> Does anyone have any experience of getting node apps running through
> httpd? Any opinions, instructions or warnings are welcome.


aren't node apps runing their own webserver ("express server")?

I think that I've seen some handicraft projects that builds fastcgi
interfaces for the express server.
But I think you should proxy the incoming http request to the
express server by relayd (reverse proxy).

httpd is a http server with fastci support only (not more).
httpd's job is not to act as a reverse proxy. That is relayd's
job AFAIK.

So what is your actual problem you are trying to solve? Why is it a
requirement to "getting node apps running through httpd"?

Reply via email to