摘要: Apache代理返回502解决方案 错误日志: 解决方案: ProxyPass /test/ http://127.0.0.1:92/test/ retry=1 acquire=300 timeout=300ProxyPassReverse /test/ http://127.0.0.1:92/te 阅读全文
posted @ 2018-04-25 17:16 水墨程序 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 公司刚有一个项目上线,服务器上有多个项目,为了安全服务器只开放了80端口,需要做一个反向代理,就去研究了一下Apache,经过网上各种查询,自己总结一下教程,供以后查看使用。 一.下载 下载地址:http://httpd.apache.org/download.cgi 下载图解 当前版本为 2.4. 阅读全文
posted @ 2018-04-16 12:26 水墨程序 阅读(11684) 评论(0) 推荐(0) 编辑