在虚拟机上运行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
可以实现远程访问了
本文介绍了解除XAMPP服务远程访问限制的方法。通过编辑httpd-xampp.conf配置文件,取消对本地访问的限制,并重启XAMPP服务即可实现从远程访问XAMPP服务。
493

被折叠的 条评论
为什么被折叠?



