Why won#39;t Apache start in XAMPP installation?(为什么 Apache 不会在 XAMPP 安装中启动?)
问题描述
我已经迈出了学习 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 安装中启动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么 Apache 不会在 XAMPP 安装中启动?
- PHP Count 布尔数组中真值的数量 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- Laravel 仓库 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01