阿帕奇没有运行
我需要将 Wordpress 与 XAMPP 结合使用来完成研究项目中的任务。
我安装了 XAMPP,现在我应该从 Xamp 控制面板启动 MySql 和 Apache。 如果我启动该面板,它会显示:
XAMPP Control Panel Version 2.5.8 (2009-07-28)
XAMPP for Windows Version 1.7.3
Windows 5.1 Build 2600 Platform 2 Service Pack 3
CurrentDirectory: C:\xampp
Status Check OK
如果我单击 Apache 模块的“启动”按钮,则会添加以下两行:
Busy...
Apache started
但它尚未启动。还是停止了。
我找到了这个线程,用解决方案描述了同样的问题:
但 Skype 未运行。如果我使用 netstat -a -no
检查 cmd
中的端口,则有一个端口为 80 的条目,但它来自 IP 地址 0.0.0.0,并且我找不到相应的 PID在“任务列表”中
可能出现什么问题以及如何解决它?
谢谢你!
I need to use Wordpress with XAMPP for a task in a study project.
I installed XAMPP, and now I'm supposed to start MySql and Apache from the Xamp Control Panel.
If I start the panel, it displays:
XAMPP Control Panel Version 2.5.8 (2009-07-28)
XAMPP for Windows Version 1.7.3
Windows 5.1 Build 2600 Platform 2 Service Pack 3
CurrentDirectory: C:\xampp
Status Check OK
If I click on the Start button for the Apache module, the following two lines are added:
Busy...
Apache started
But it's not started. It's still Stopped.
I found this thread, describing the same problem with a solution:
But Skype is not running. If i check the ports in cmd
with netstat -a -no
there is one entry with port 80, but it's from IP adress 0.0.0.0 and the corresponding PID I cannot find in the 'tasklist'
What could be the problem and how can I resolve it?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看错误日志以查看 Apache 的内容: C:\xampp\apache\logs\error.log
并查看服务器故障;这是解决 Apache 和 XAMPP 问题的更好地方: 包含 'xampp [apache] won't start' - Server 的问题故障
Look in your error logs to see what Apache says: C:\xampp\apache\logs\error.log
And look at Server Fault; that's a better place for Apache and XAMPP questions: Questions containing 'xampp [apache] wont start' - Server Fault