I have installed latest version of xampp first and then installed previous version.But it is not working now
Asked
Active
Viewed 86 times
0
-
1we'll need a bit more information than this try looking in the log files try \xampp\apache\logs\error.log. – Artful_dodger Apr 27 '17 at 16:02
1 Answers
0
I think you've Apache server installed explicitly (ie as a separate service).
Apache server starts while system boot and thus this is preventing XAMPP from starting Apache again.
So, you either need to stop Apache server on CMD as:
cd C:\Apache24\bin
httpd -k -restart
Then, restart Apache on XAMPP.
Or, you'll have to uninstall Apache as a service completely as is given in this post: apache 2.4 - remove | delete | uninstall

Community
- 1
- 1

Rahul Bharadwaj
- 2,555
- 2
- 18
- 29