See The Computer Hugger answer at this link (hope this helps) Apache work and port 80
If not, try following because it helped in my case: The reason for the error is that SQL Reporting Services uses PORT 80, which uses Apache. Disabling SQL Reporting Services to start will automatically solve the problem.
Stop the SQL Reporting Service, start, and then enter “Administration”, click “Name”, select “Computer Management”, then “Services and Applications”> “SQL Server Configuration”> “Services” and “SQL Reporting Servicves Services”, install it in "Manual Start" and "Stop."
Reboot the XAMPP server and hopefully it will be useful for you :)
source share