Answers for "windows xampp port 80 not running"

1

xampp apache not starting windows 10 port 80

Follow the steps to solve your problem:
1_ open xammp
2_ click config in apache line
3_ click Apache(httpd.conf)
4_ search for '80'(Default Port) and change it to any number. ex: 81,82....
  change:
  1_ #Listen 12.34.56.78:80 to 81
  Listen 80 to 81
  2_ ServerName localhost:80 to 81
5_ save and exit.
Posted by: Guest on June-17-2021
1

xampp port 80 in use

1. Go to XAMPP Control Panel
2. Click on Netstat.
3. Check which software is runing the port 80.
4. Close the Software from task manager.
5. Now try to run apache again. It will start
Posted by: Guest on July-02-2021

Code answers related to "windows xampp port 80 not running"

Browse Popular Code Answers by Language