Reputation: 33
I install XAMPP in c:\xampp and launch XAMPP control panel, then run all services over there. All services except Apache module correctly run. I think main port for Apache conflicts with another services in Windows. For this reason I change Apache main port from 80 to 81, but this does not solve the problem.
Upvotes: 2
Views: 1563
Reputation: 67
Have you tried to change the apache configuration file(http.conf) to Listen to the new port(81)? Navigate to the file via the xampp control panel and search for 'Listen 80' and then change it to listen to 81.
Upvotes: 1