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

Saturday, July 2, 2022

[FIXED] How to configure Apache to listen some different port?

 July 02, 2022     apache, localhost, port80, xampp     No comments   

Issue

I am facing problem in starting XAMPP. First of all it gives me error messages in RED when i start XAMPP control panel. When i click on START APACHE, it starts it but when i open localhost it gives me the following error message.

Not Found

HTTP Error 404. The requested resource is not found.

I have tried various ways to resolve this problem but it isn't solved yet. Kindly guide me.

Thanks.

enter image description here


Solution

checklist

  • first run XAMPP installer by UAC(User Account Control) and Antivirus off and run it as admin
  • uninstall previous XAMP installation
  • turn off IIS temporarily (which will use default port 80)
  • change the port to some free valid port by following below guide
    • summary (Locate the file httpd.conf. This file should be found in C:\xampp\apache\conf folder or via config button in XAMPP control panel and search for 80 port and change it to something like 1234

http://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp



Answered By - Iman
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • 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