Reputation: 751
I've read the other questions about Apache not running on Windows 10, but I've checked my list of running services, and there isn't any W3SVC, World Wide Web Publishing Services, or Skype running automatically.
I also tried editing the config files to change the port to 81 or 122, but that didn't work.
I opened cmd and ran netstat -a to check ports, but I don't know how to read this information to tell which is port 80 and what service is using it.
I upgraded the computer from Windows 7 to Windows 10.
Thanks
Upvotes: 6
Views: 389
Reputation: 751
I switched to Wamp, and it worked right away, without any errors or problems.
Upvotes: 0
Reputation: 1713
Well, xampp shouldn't have any issue running on windows 10.
To get to know the actual error, try to start apache. Due to error, apache won't start but it also adds logs to window's event viewer as well as apache log file.
To access windows log(image 1 and 2) and apache log(image 3)
Upvotes: 1