Wednesday, January 21, 2015

Xampp Apache is not running

Error:

 Problem is apache port is being blocked by some other application, most probably it is skype if you have installed one. Error comes when you first start skype and the apache.

We can check the problem if run the batch file apache_start.bat in C:\xampp.

Solution:

1. Goto C:\xampp\apache\conf  and change port no 80 to 81 in 'httpd.conf' file and save it.         Make sure to put a copy of the file to unexpected error.

2. Goto C:\xampp\apache\conf\extra and open 'httpd-ssl.conf' change Listen 444 to Listen          443  and <VirtualHost _default_:444> to <VirtualHost _default_:443>

3. Save and close.

Related Posts:

  • Microsoft Excel 2007: Advanced Topics Microsoft Excel 2007: Advanced Topics Course Outline & Guide  TOC \o "1-3" \h \z \u 1.       Importing. PAGEREF _Toc166303247 \h 1 08D0C9EA79F9BACE118C8200AA004BA90B02000000… Read More
  • [Solved:] Chrome Tab Closes on Click Chrome tab closes when i click on it: I really tucked when it happened with me. I googled it but i didn't find exact solution. Then i analysed and found that it is the only problem with the chrome. I was not able to open se… Read More
  • Create great gallery design for your website quickly using Visual Light Box Need to create gallery for your website but can't write complex JQuery Code ?  No Worry, i will tell an easy way to do this. Here i am giving some simple steps where you can easily create beautiful gallery. Step 1: Dow… Read More
  • Networking Devices HUB Networks using a Star topology require a central point for the devices to connect. Originally this device was called a concentrator since it consolidated the cable runs from all network devices. The basic form of conce… Read More
  • How to import Excel data to MySql Table How to import Excel data to MySql Table in simple 3 steps Step 1: Save your excel sheet as a CSV by using “Save As” Step 2: Delete the header if you have in the CSV file Step 3: Open PhpMyAdmin and click on the t… Read More

1 comment: