【发布时间】:2023-04-06 08:33:01
【问题描述】:
我收到以下控制台日志:
1:14:33 PM [apache] Possible problem detected!
1:14:33 PM [apache] Port 80 in use by "c:\program files (x86)\skype\phone\skype.exe"!
1:14:33 PM [apache] Possible problem detected!
1:14:33 PM [apache] Port 443 in use by "c:\program files (x86)\skype\phone\skype.exe"!
1:14:33 PM [main] Starting Check-Timer
1:14:33 PM [main] Control Panel Ready
1:15:10 PM [apache] Starting apache app...
1:15:11 PM [apache] Status change detected: running
1:15:11 PM [apache] Status change detected: stopped
它立即将“检测到状态更改:正在运行”改为“停止”。 我尝试过:
- 为内部网络关闭 Windows 防火墙
- 在 httpd.conf 文件中的两个位置 Listen:80 和 ServerName localhost:80 将端口 80 更改为 99
- 在 httpd.conf 文件中的两个相同位置将端口 443 更改为 445。
- Apache 服务器未作为 Windows 服务安装在我的机器上。
- 没有为今天的日期生成错误或访问日志。
【问题讨论】:
-
从谷歌搜索“XAMPP Skype 端口冲突”登陆这里。 ankyskywalker 的答案更好。请考虑接受投票率较高的答案。您对 natchiketa 的接受使我先尝试了它。它有效,但不太理想,在重新配置 Skype 之前,我花了更多时间来恢复原始的两个配置文件。感谢您考虑,并感谢 natchiketa 和 ankyskywalker 提供有效的解决方案!