×

The Code City's video: XAMPP - Apache Port 80 In Use Windows 10 Fix

@XAMPP - Apache Port 80 In Use | Windows 10 Fix
XAMPP is a set to tools that allow you to set up an Apache server in your PC along with more functionalities. Port 80 is the default HTTP port that Apache uses. Issues like Port 80 in use by "Unable to open process" with PID 4 or Port 80 already in use occurs because port 80 is already being used by some other application and hence cannot be used by Apache. In this case, we need to either change the port that Apache uses or close the process that's already using port 80. In this video we will see how we can find out which process is already using port 80 and end or kill that process so that you can start apache. Command to find out process that is using port 80: netstat -aon | findstr "80" Command to kill a process: tasklist | findstr '"PID" Website: http://www.thecodecity.com/2020/07/apache-port-80-in-use-windows-10.html

63

5
The Code City
Subscribers
15.1K
Total Post
777
Total Views
176.3K
Avg. Views
1.8K
View Profile
This video was published on 2020-07-14 15:28:13 GMT by @The-Code-City on Youtube. The Code City has total 15.1K subscribers on Youtube and has a total of 777 video.This video has received 63 Likes which are higher than the average likes that The Code City gets . @The-Code-City receives an average views of 1.8K per video on Youtube.This video has received 5 comments which are higher than the average comments that The Code City gets . Overall the views for this video was lower than the average for the profile.The Code City #xampp #apache #windows10 has been used frequently in this Post.

Other post by @The Code City