把Listen跟ServerName都改为你的IP
Listen <IP>:80
ServerName <IP>:80
如果你的httpd.conf的根目录的权限设置为
Deny from all
Allow from 127.0.0.1
的话,需要改为
Deny from all
Allow from <IP>

相关文章:

  • 2021-09-13
  • 2022-02-06
  • 2022-12-23
  • 2021-12-23
  • 2021-05-23
  • 2021-07-31
猜你喜欢
  • 2021-06-23
  • 2021-12-09
  • 2021-11-14
  • 2021-07-02
  • 2021-04-20
  • 2021-12-08
  • 2021-11-17
相关资源
相似解决方案