xampp禁止远程访问的解决方案(系统环境Debian8.0)
出现问题界面如下:
New XAMPP security concept:
Access to the requested directory is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
解决方案:
1.找到httpd-xampp.conf文件,我的路径是/opt/lampp/etc/extra/httpd-xampp.conf,不同版本可能路径不同。
2.将其中<Directory>标签下修改成如下内容,并保存退出。
3.重启xampp
重新访问即可。
本文介绍了解决XAMPP在Debian8.0环境下禁止远程访问的问题。通过修改httpd-xampp.conf文件中的设置,并重启XAMPP服务,可以轻松实现远程访问的功能。
2666

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



