- proxyPass 反向代理转发
反向代理
a. 保证ProxyRequest关掉
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
b. 开启ProxyPass
#保证以下模块加载
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
#配置ProxyPass
ProxyPass /foo http://foo.example.com/bar
ProxyPassReverse /foo http://foo.example.com/bar
c. 参考
http://www.jinbuguo.com/apache/menu22/mod/mod_proxy.html#proxyrequests
https://httpd.apache.org/docs/2.4/mod/mod_proxy.html
- Spring Boot 使用Maven jar包启动
https://blog.csdn.net/smilecall/article/details/56288972
待解决问题:后台不中断运行(nohup, …),以及log收集