【发布时间】:2019-12-16 03:56:01
【问题描述】:
我想在 xampp 中运行 php 文件
我必须使用php进行黑客攻击,但是xampp根本无法提供错误消息,其中:
xampp 管理器/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'
我看到了这个问题
ubuntu proftpd[5291]: warning: unable to determine IP address of
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:
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
192.168.0.19 team-a1.2021.local
试过了
XAMPP , PROFTPD problems
并将我的etc/hosts 更新为:127.0.0.1 Foos-MBP.local
但它没有任何作用....
主机名
hostname:返回
FOOs-MacBook-Pro.local
请告诉我该怎么做(>
【问题讨论】: