今天在公司内网的一台服务器上,用EasyPHP安装了Claroline。
服务器本地通过http://localhost/Claroline可以访问Claroline系统。但是通过http://ip/Claroline不能访问Claroline,那就更不要说是从其他机器访问服务器上的Claroline系统了。

[解决方法]
问题出在Apache/conf/httpd.conf中修改Listen 127.0.0.1:80 为Listen 80.即可访问。

相关文章:

  • 2022-01-09
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
  • 2022-12-23
相关资源
相似解决方案