Page 1 of 1

Apche path problem

PostPosted: 08. June 2015 04:04
by mr611489
Can anyone tell me how to solve this issue because I can't run localhost on xampp?

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

Re: Apche path problem

PostPosted: 08. June 2015 11:42
by Nobbie
Obviously you have (or had) another Apache Installation on your PC. That was (or is) also installed as a Windows Service.
You can try to go into WIndows Setup and into the Services Dialog, look for a service "Apache" and change the Path of that service (instead of c:\Apache24\bin\httpd.exe you have to apply c:\xampp\apache\bin\httpd.exe)

Alternatively you can try to delete that Service:

https://technet.microsoft.com/de-de/lib ... 10%29.aspx

After then you can create a new Apache Service with the help of the Xampp Control Panel.

Re: Apche path problem

PostPosted: 08. June 2015 23:51
by mr611489
Thanks for your help. I delete the service by cmd, and it works.