apache 2.2.22升级 2.4.39踩过的坑
1. 例如Listen 8088 这个配置只能放在httpd.conf里,不能放在httpd-vhost.conf里
2.NameVirtualHost *:80配置,在新版本中不在需要这个配置参数
3.如果有ssl反向代理需要增加如下配置,不然会报下述错误
SSLProxyCheckPeerCN off
ProxyPreserveHost off
ProxyAddHeaders Off
报错内容:
HTTP request sent, awaiting response... 500 Proxy Error
2020-09-17 10:34:28 ERROR 500: Proxy Error