xampp 无法确定 IP 地址
xampp unable to determine IP address of
我想 运行 php 文件 xampp
我必须使用 php 来进行黑客攻击,但是 xampp 根本无法提供错误消息,其中:
xampp manager/osx
Foos-MBP proftpd[67104]: warning: unable to determine IP address of 'Foos-MBP'
Foos-MBP proftpd[67104]: error: no valid servers configured
Foos-MBP proftpd[67104]: Fatal: error processing configuration file '/Applications/XAMPP/xamppfiles/etc/proftpd.conf'
我看到了这个问题
Applications/XAMPP/xamppfiles/etc/proftpd.conf
并尝试添加
DefaultAdress http://localhost/
但返回的错误是:
Foos-MBP proftpd[67547]: Fatal: unknown configuration directive 'DefaultAdress' on line 36 of '/Applications/XAMPP/xamppfiles/etc/proftpd.conf'
etc/hosts
在/etc/hosts
中:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
192.168.0.19 team-a1.2021.local
尝试过
并将我的 etc/hosts
更新为:
127.0.0.1 Foos-MBP.local
但它什么也没引起....
主机名
hostname
: returns
FOOs-MacBook-Pro.local
请告诉我该怎么做 (><)
设置主机名有效....
重写 127.0.0.1 localhost
至 127.0.0.1 Foos-MBP.local
我想 运行 php 文件 xampp
我必须使用 php 来进行黑客攻击,但是 xampp 根本无法提供错误消息,其中:
xampp manager/osx
Foos-MBP proftpd[67104]: warning: unable to determine IP address of 'Foos-MBP'
Foos-MBP proftpd[67104]: error: no valid servers configured
Foos-MBP proftpd[67104]: Fatal: error processing configuration file '/Applications/XAMPP/xamppfiles/etc/proftpd.conf'
我看到了这个问题
Applications/XAMPP/xamppfiles/etc/proftpd.conf
并尝试添加
DefaultAdress http://localhost/
但返回的错误是:
Foos-MBP proftpd[67547]: Fatal: unknown configuration directive 'DefaultAdress' on line 36 of '/Applications/XAMPP/xamppfiles/etc/proftpd.conf'
etc/hosts
在/etc/hosts
中:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
192.168.0.19 team-a1.2021.local
尝试过
etc/hosts
更新为:
127.0.0.1 Foos-MBP.local
但它什么也没引起....
主机名
hostname
: returns
FOOs-MacBook-Pro.local
请告诉我该怎么做 (><)
设置主机名有效....
重写 127.0.0.1 localhost
至 127.0.0.1 Foos-MBP.local