我有一台 VPS 服务器。我有一个系统 - CentOS
。
我使用程序 - node.js
。该应用程序在地址和端口上运行:31.3.79.11:3000/
我想将不带端口的域名写入浏览器。并从 IP 地址加载应用程序:http://31.3.79.11:3000
我想要写入--domain.com
并且我想要从中读取源应用程序http://31.3.79.11:3000
。
我如何将域名重定向到该 IP 和端口?
答案1
以下链接建议使用 mod_redirect 和/或库通过 node.js 运行 Apache
http://m.readwriteweb.com/hack/2010/12/how-to-run-apache-and-nodejs.php