Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Fix for this Problem:</p> <p>Open up <code>Skype</code> and go to <code>Tools</code> and <code>select</code> Options. From the list that appears select <code>Advanced</code> and then <code>Connection</code>. There will probably be a check mark inside where it says <code>“Use port 80 and 443 as alternatives for incoming connections”</code> just unchecked that box and save your changes. <code>Skype</code> will still function normally and now <code>XAMPP</code> will be able to use port 80 to run.</p> <p><a href="http://windowsvj.com/wpblog/xampp-installation-error-port-80-or-443-already-in-use-apache2-2-service-failed/">Useful link</a></p> <p>if you have no <code>Skype</code> installed</p> <ul> <li><p>Locate the file <code>httpd.conf</code>. This file should be found in <code>C:\xampp\apache\conf</code> (or whichever directory you installed <code>XAMPP</code>.</p></li> <li><p>Open the file using a <code>text editor</code>.</p></li> <li><p>Locate the line that says <code>Listen 80</code>.</p></li> <li><p>Change the port number <code>(80)</code> to a different number(eg. 1234).</p></li> <li><p>Restart the <code>Apache Server</code> to have the change take effect. Do this<br> by clicking on the <code>Stop</code> button on the <code>XAMPP</code> control panel and<br> then clicking on the <code>Start</code> button.</p></li> <li><p>When you connect to the <code>Apache</code> Server, you will have to <code>append</code><br> the port number to the <code>URL</code>, previously where you typed <code>localhost</code>, you will now have to type <code>localhost:1234</code></p></li> </ul> <p><a href="http://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampp">Another Useful link</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload