Error in Xampp 3.22 [duplicate]

-1
Hello, I have been using Xampp for over 1 year and have never had a problem with it, but hj I had to format my desktop and reinstalled a newer version of Xampp, at 3.22, when I started it, it presented an error :

I'vealreadydonethe error on xampp tutorial and it did not work, I put port 12344 on Skype. Any ideas?

Sorry for my lack of attention, did not know that the task manager showed this 'PID' but when opening the manager does not show this process with PID 3632, as you can see in print, and I opened XAMPP to test if it worked and it gave the same error, PID 3632.

The operating system is Windows 7 Ultimate.

    
asked by anonymous 05.02.2016 / 03:24

1 answer

1

This error is due to port 80 and 443 that is already being used.

    Open the httpd.conf file in Notepad and change the listen 80 line to another port, for example: listen 8080

    / li>

    After changing port 80, open the httpd-ssl.conf file in Notepad look for the listen 443 line and change port 443 to another.

    li>

I hope I have helped.

    
05.02.2016 / 19:52