skip to Main Content

Nodejs/Apache config for proxy pass

I want to use Nodejs/Apache proxy pass to serve my APIs, but after add below apache(httpd) config, it seems that config not working. OS: CentOS 6 /etc/httpd/conf/httpd.conf: ... <VirtualHost *:80>    ServerName example.com    ServerAlias www.example.com      DocumentRoot /home/MyUser/public_html…

VIEW QUESTION
Back To Top
Search