如何在xampp中更改Apache路径

时间:2014-11-02 14:14:17

标签: php apache xampp

当我从控制面板运行xampp时出现此错误。它也为FileZilla和Tomcat显示相同的错误。我已将xampp文件夹从“Found Path”中删除。如何更改路径?

[Apache]    Apache Service detected with wrong path
[Apache]    Change XAMPP Apache and Control Panel settings or
[Apache]    Uninstall/disable the other service manually first
[Apache]    Found Path: "C:\swati\colg stuff\xampp\apache\bin\httpd.exe" -k runservice
[Apache]    Expected Path: "c:\xampp\apache\bin\httpd.exe" -k runservice

1 个答案:

答案 0 :(得分:1)

这是因为你重新安装了XAMPP apache,但之前的apache仍然在后台运行。要验证它,请在搜索窗口中键入services并将其打开。检查apache是​​否仍在运行,如果是,请双击它并复制服务名称。然后,在搜索窗口中键入cmd,以管理员身份运行并键入如下:

sc delete" service_name"

service_name通常是" Apache 2.4"。

当您收到类似这样的成功消息" serviceDelete Success",重新启动计算机并尝试启动XAMPP时,它应该可以正常工作。