Home > php教程 > php手册 > body text

After installing phpstudy, I found that port 80 was occupied.

WBOY
Release: 2016-11-30 23:59:37
Original
2288 people have browsed it

After installing phpstudy, I found that port 80 was occupied:

 

 Enter the cmd interface, enter "netstat -ano" and press the Enter key. Information such as the port and program ID occupied by the program in the current computer will be displayed; the first item you see is: 0.0.0.0:80 This is port 80, which is tcp protocol, and the PID behind it is 4;

Open the task manager, win10 found the program with pid 4 in the detailed information, and found it to be system, but it could not be ended. Finally, it was found that it was occupied by sqlserver2008.

  

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template