我无法从本地网络中除主机之外的任何其他设备访问XAMPP服务器 .

我已经启动了XAMPP,我的phpmyadmin在httpd-xampp.conf中配置如下:

<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    Require all granted
</Directory>

所有3个服务(Apache,MySQL,ProFTPD)都是ON,端口80在stackman启动器中转发 .

当我尝试从另一台设备(连接到同一个wifi)连接到主机的本地IP时,我获得了无限制的加载 .