NameVirtualHost *:80

<VirtualHost *:80>
ServerName test.baidu.com
ProxyPreserveHost on
ProxyPass / http://127.0.0.1:19725/
ProxyPassReverse / http://127.0.0.1:19725/
ErrorLog "logs/test.baidu.com-error.log"
CustomLog "logs/test.baidu.com-access.log" common
</VirtualHost>

 

 

一句话解决问题:

# setsebool -P httpd_can_network_connect 1

相关文章:

  • 2022-03-03
  • 2021-05-08
  • 2021-11-02
  • 2021-12-25
  • 2021-09-21
  • 2022-12-23
  • 2021-07-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
相关资源
相似解决方案