pipe all requests to a particular port – node js application – Apache
I am trying to run node js and apache in a same server for that I am trying to pipe all requests to a particular port (eg: example.com:80 to example.com:3000). For that, I changed httpd.conf file located in "/etc/httpd/conf/httpd.conf" Added…