Home >Backend Development >PHP Tutorial >When installing Apache, how to handle the situation when port 80 is occupied, apache80_PHP tutorial
I installed Apache today and port 80 was occupied. The solution found online is unreliable. . Now share this method with everyone for encouragement!
Win R starts "Run"
Enter netstat -abno to view:
After searching for the process with pid=4
Ctrl Shif Esc launches Task Manager
Check "Show processes for all users"
After checking, I found out that it cannot be terminated because it is a system process.
After investigation: SQL Server ReportingServices (SQLEXPRESS) service occupies port 80,
After stopping the SQL Server ReportingServices (SQLEXPRESS) service, change it to manual,
Reinstall Apache after uninstalling it:
Test results: