Hot Article
- Centos7 closes and restarts the system firewall and opens firewall ports
- How IID server uses Xshell to connect to Linux (centos) server
- BT panel forgets the background login URL, and the solution to the security entrance verification failure
- What to do if a cp: omitting directory error occurs in Linux (detailed solution)
- The php domain name points to ip, how to use the specified ip address to access a server in the url request domain name in curl mode
- Error connecting to MySQL: Cant connect to MySQL server (10060)
How to do if phpstudy port 80 is occupied (perfect solution)
- Author:Sven
- Category:Server Maintain
- Release Time:2023-03-09
If you find that port 80 is occupied when you start phpstudy, you can follow the steps below:
-
First, open a Command Prompt (Windows) or Terminal (macOS/Linux) with administrator privileges.
-
Enter the following command to view the processes currently using port
80:netstat -ano | findstr :80 -
If the port is already in use, the corresponding process ID (PID) is displayed.
-
Enter the following command to kill the process:
taskkill /pid PID /fWhere PID is the process ID shown in step 3.
-
Start
phpstudyagain and confirm that port80has been released.
If the above methods do not solve the problem, you can try to modify the port number used by phpstudy. In the main interface of phpstudy, select “Settings”->“Apache”, modify “HTTP port” to an unoccupied port number, such as 8080 code>, save and restart phpstudy.
related topic
- How to view user login logs in the IID server Linux system?
- How to change the password of Windows server 2008 server?
- How to install the system on the game server host?
- How does CentOS7 open/view ports?
- What is the meaning of servererror500 (there is servererror500 solution)
- linux delete folder command