您好,我正在尝试弄清楚 apache 中的 mod_proxy 是如何访问运行 Gitorious 的虚拟机上的后端 Web 服务器的。我查看了示例并尝试了它们,但仍然无法弄清楚。
目标是当访问server.mysite.net/gitorious时将用户转发到后端虚拟服务器。
我已将以下内容添加到我的配置文件中,但当我重新启动 apache 时出现错误“无效命令 ProxyPreserveHost”。
ProxyPreserveHost On
ProxyPass /gitorious http://192.168.1.168
ProxyPassReverse /gitorious http://192.168.1.168
答案1
您是否在 Apache 中启用了代理模块?
a2enmod proxy