Home > Backend Development > PHP Tutorial > Solution for apache startup failure in phpstudy and port 80 occupied

Solution for apache startup failure in phpstudy and port 80 occupied

little bottle
Release: 2023-04-06 11:18:01
forward
5625 people have browsed it

This article talks about the solution for apache startup failure in phpstudy and the occupation of port 80. Friends who have the same problem can come and learn about it.

Solution for apache startup failure in phpstudy and port 80 occupied

When installing phpstydy and starting apache, the startup fails, prompting that port 80 is occupied, and the service process occupying port 80 needs to be closed

1. Run cmd, netstat -ano Find the pid corresponding to port 80 4

2. Generally it is occupied by applications that call http.sys. Run cmd, netsh http show servicestate to find the application that uses http.sys and shut down the process. Just drop it.

If you want to know more tutorials, please pay attention to the PHP video tutorial on the PHP Chinese website.

The above is the detailed content of Solution for apache startup failure in phpstudy and port 80 occupied. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:cnblogs.com
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
Latest Articles by Author
Latest Issues
docker install phpstudy
From 1970-01-01 08:00:00
0
0
0
phpStudy installation problems
From 1970-01-01 08:00:00
0
0
0
How to set up phpstudy ssl
From 1970-01-01 08:00:00
0
0
0
phpstudy installs php7.3
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template