Copyright © 1999-2020, CSDN.NET, All Rights Reserved 暑假实习面经总结
42 jsship New XAMPP security concept:错误解决方法 原创 2015-02-12 21:07:47 1点赞 jsship 码龄14年 在虚拟机上运行xamp时,通过本机访问虚拟机的xamp服务出现如下的错误提示 New XAMPP security concept: Access to the requested object is only available from the local network. This setting can be configured in the file "httpd-xampp.conf". 使用vim编辑配置文件 vim /opt/lampp/etc/extra/httpd-xampp.conf 在文件末尾 #Require local <---将这个注释掉,取消只允许本地访问
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var 重启xammp服务 /opt/lampp/lampp restart 可以实现远程访问了