我已经迈出了学习 PHP 的第一步——我认为这将是朝着正确方向迈出的一大步.不过,我想要一些关于安装 XAMPP 的帮助.我已经通过 Apache Friends 网站下载了文件和所有内容,但是当我前往控制面板时,我收到了很多错误.
I've taken the first steps to learning PHP - think it would be a good step in the right direction. I would like some help however on installing XAMPP. I have downloaded the file and all that through the Apache Friends site, but when I head to to control panel, I get numerous errors.
这就是它对我说的:
**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)SkypePhoneSkype.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**
谁能告诉我这是什么意思以及我该如何补救?非常感谢.
Could someone please tell me what this means and how I remedy it? Thanks very much.
好像80和443端口被别的程序占用了.根据我的经验 - 打开 Skype.转到工具 -> 选项 -> 高级 -> 连接.请取消选中使用端口 80 和 443 作为替代......"
It seems that port 80 and 443 is used by another program. From my experince - open Skype. Go to Tools -> Options -> Advanced -> Connection. Please uncheck "use port 80 and 443 as alternatives...."
然后,尝试重新启动 Apache.
Then, try to restart Apache.
这篇关于为什么 Apache 不会在 XAMPP 安装中启动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!