PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, March 17, 2022

[FIXED] How to change port number of apache server in xampp

 March 17, 2022     phpmyadmin     No comments   

Issue

When we start the appache server in xammp the error occur port no is used how we fix this proboem


Solution

Ampps and Xampp, from both you may get this warning: "There is another application running on port 80."

The solution to this is, you must click on "Configuration" just beside Apache running icon and settings in Ampps. It runs a Notepad.

Search for these two lines #Listen 12.34.56.78:80 and Listen 80. These two lines mean that the port must be on 80, so just change 80 to another port like 8080 and save the changes. Then run the Apache and there should not be problem.



Answered By - arash alam
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing