Check the occupation method of port 80 under win platform:
1, Windows platform?
Execute in the windows command line window:?
c:\ & gt; netstat -aon|findstr "80 "?
TCP 0.0.0.0:80 0.0.0.0:0 Monitoring 2292
Look, the port is occupied by the process with process number 2292. Continue with the following command:?
c:\ & gt; tasklist|findstr "2292 "?
Httpd.exe 2292 service? 0 ? 8.084 million pounds
Httpd is Apache?
Go to the corresponding software, and try to change the phpstudy port to 80 after the task manager finishes the corresponding process or uninstalls the software corresponding to the process.