【发布时间】:2013-09-16 15:00:11
【问题描述】:
我已经迈出了学习 PHP 的第一步——我认为这将是朝着正确方向迈出的一大步。不过,我想要一些关于安装 XAMPP 的帮助。我已经通过 Apache Friends 网站下载了文件和所有内容,但是当我前往控制面板时,我收到了很多错误。
这就是它对我说的:
**10:21:53 [Apache] Problem detected!
10:21:53 [Apache] Port 80 in use by "Unable to open process" with PID 4!
10:21:53 [Apache] Apache WILL NOT start without the configured ports free!
10:21:53 [Apache] You need to uninstall/disable/reconfigure the blocking application
10:21:53 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:21:53 [Apache] Problem detected!
10:21:53 [Apache] Port 443 in use by "C:\Program Files (x86)\Skype\Phone\Skype.exe" with PID 3748!
10:21:53 [Apache] Apache WILL NOT start without the configured ports free!
10:21:53 [Apache] You need to uninstall/disable/reconfigure the blocking application
10:21:53 [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:21:53 [main] Starting Check-Timer
10:21:53 [main] Control Panel Ready**
谁能告诉我这是什么意思以及我该如何补救?非常感谢。
【问题讨论】:
-
您是否正在运行另一个 Web 服务器,因为端口 80 已在使用中。
-
你安装了 Skype 吗?
-
尝试更改Skype配置:转到选项>高级>连接并取消选中“使用端口80和443作为传入连接的替代选项”选项。
-
看看80端口下运行什么,重新配置skype,skype经常使用80或者443进行文件传输等等。
-
这就是为什么在台式电脑上安装 apache 或任何网络服务器应用程序是大错 :)
标签: php windows apache installation xampp