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)
- How to confirm whether the ip is blocked or polluted?
- How to change pycharm to Chinese (pycharm set Chinese detailed tutorial)
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
- What is the meaning of servererror500 (there is servererror500 solution)
- How to fix 403forbidden (detailed solution)
- How to solve the Windows 10 prompt "The built-in administrator cannot activate this application"?
- How to install the system on the game server host?
- How to view user login logs in the IID server Linux system?
- linux how to change the user password (linux command to change the password)