安装了 Apache 后,想在其他前脑上访问,默认情况下是没有权限的,需要自己设置。

打开 Apache 的配置文件(httpd.conf 文件),找到这里:

Apache: You don't have permission to access / on this server.
把最后面的 Require local 替换为 Require all granted,然后重启服务器即可。

以上 ????

相关文章:

  • 2021-06-27
  • 2021-08-30
  • 2021-09-27
  • 2021-07-07
  • 2021-12-12
  • 2021-11-04
  • 2021-04-04
  • 2021-10-31
猜你喜欢
  • 2021-11-27
  • 2022-01-12
  • 2022-01-11
  • 2021-04-18
  • 2021-12-29
  • 2021-11-19
  • 2021-11-14
相关资源
相似解决方案