使用Node.js和phpmyadmin进行Apache配置

时间:2014-10-20 22:28:30

标签: node.js apache proxypass

我正在尝试使用node.js web应用程序运行一个具有phpmyadmin设置的apache服务器。我有问题正确配置apache以成功完成此操作。

示例:

http://localhost:3000 is the url for node.js web application
http://localhost:80 is the url for the normal site
http://localhost/phpmyadmin is the url to access the phpmyadmin client

有没有办法配置ProxyPass / ProxyReversePass使其工作?我已经错过了不同的配置,无法让它正常工作。

http://thatextramile.be/blog/2012/01/hosting-a-node-js-site-through-apache

我试过这个链接,但是当函数触发restful调用时,url处理不正确。

实施例

http://localhost:3000/report (GET)

无法使用

http://localhost/report (GET)

任何建议表示赞赏, 谢谢 d

0 个答案:

没有答案