Skip to content

Instantly share code, notes, and snippets.

@kirandash
Created September 20, 2017 16:48
Show Gist options
  • Save kirandash/21a61eba384a5b93f5b159a18ec51300 to your computer and use it in GitHub Desktop.
Save kirandash/21a61eba384a5b93f5b159a18ec51300 to your computer and use it in GitHub Desktop.
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
Open a CMD prompt as administrator and execute the following command: net stop was /y
Run Dialog Box (press keys 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 deactivate them.
3.Start Apache again with XAMPP :)
Link Ref: http://www.sitepoint.com/unblock-port-80-on-windows-run-apache/
https://stackoverflow.com/questions/20558410/xampp-port-80-in-use-by-unable-to-open-process-with-pid-4-12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment