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 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在多维数组中查找最大值 2021-01-01