apache - Port 80 is occupied by system, what should I do?
世界只因有你2017-05-16 17:04:50
0
2
749
Apache cannot start. I don't want to change the port number. I want to know what is in the system and what port 80 is occupied.
Environment: Window7 x64 SP1
This should be your default HTTP Server started.
Take a look at the service management in your control panel and turn off the HTTP service. Don’t let it start by default
Open RegEdit:
Find HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/HTTP
Change the value of Start to 0
Restart the computer, the System process will not occupy port 80
This should be your default HTTP Server started.
Take a look at the service management in your control panel and turn off the HTTP service. Don’t let it start by default