0

This is the error image

I have installed latest version of xampp first and then installed previous version.But it is not working now

Jay Blanchard
  • 34,243
  • 16
  • 77
  • 119

1 Answers1

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