今天在公司内网的一台服务器上,用EasyPHP安装了Claroline。
服务器本地通过http://localhost/Claroline可以访问Claroline系统。但是通过http://ip/Claroline不能访问Claroline,那就更不要说是从其他机器访问服务器上的Claroline系统了。
[解决方法]
问题出在Apache/conf/httpd.conf中修改Listen 127.0.0.1:80 为Listen 80.即可访问。
今天在公司内网的一台服务器上,用EasyPHP安装了Claroline。
服务器本地通过http://localhost/Claroline可以访问Claroline系统。但是通过http://ip/Claroline不能访问Claroline,那就更不要说是从其他机器访问服务器上的Claroline系统了。
[解决方法]
问题出在Apache/conf/httpd.conf中修改Listen 127.0.0.1:80 为Listen 80.即可访问。
相关文章: