XAMPP - Port 80 in use by "Unable to open process" with PID 4! 12
XAMPP - Port 80 in use by "Unable to open process" with PID 4! 12
XAMPP - Port 80 in use by "Unable to open process" with PID 4! 12
Re: XAMPP - Port 80 in use by "Unable to open process" with PID 4! 12
-
Open a CMD prompt as administrator and execute the following command:
```
net stop was /y
```
-
Open the Run dialog box (press Win+R), then type: `services.msc`
Then search for **World Wide Web Publishing Service** (WWW-Publishing Service) and **Web Deployment Agent Service** and stop them. You should also disable them.
-
Start Apache again with XAMPP
Link Ref: [https://www.sitepoint.com/unblock-port-80-on-windows-run-apache/](https://www.sitepoint.com/unblock-port-80-on-windows-run-apache/)
Open a CMD prompt as administrator and execute the following command:
```
net stop was /y
```
-
Open the Run dialog box (press Win+R), then type: `services.msc`
Then search for **World Wide Web Publishing Service** (WWW-Publishing Service) and **Web Deployment Agent Service** and stop them. You should also disable them.
-
Start Apache again with XAMPP
Link Ref: [https://www.sitepoint.com/unblock-port-80-on-windows-run-apache/](https://www.sitepoint.com/unblock-port-80-on-windows-run-apache/)