问题描述
我已经迈出了第一步,以学习PHP - 认为这将是朝着正确的方向迈出的良好一步。我想一些帮助然而上安装XAMPP。我下载的文件和所有通过Apache友网站,但是当我前往控制面板上,我得到许多错误。
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.
这是它说什么对我来说:
This is what it says for me:
**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**
可能有人请告诉我这是什么意思,我该如何补救呢?非常感谢。
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开始?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!