Error in Xampp 3.22

Asked

Viewed 77 times

-1

Hello, I’ve been using Xampp for over 1 year and never had any problems with it, however hj had to format my desktop and reinstalled a newer version of Xampp, the 3.22, when starting it it presented an error:

erro no xampp

I’ve already done the question tutorial error in xampp and it didn’t work, I put port 12344 on Skype. Any idea?

inserir a descrição da imagem aqui

Sorry for my lack of attention, I 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.

Operating system is Windows 7 Ultimate.

  • Which version of windows?

  • Gives a CTRL+SHIFT+ESC, and see what that process is through PID. Several programs, many even and not just Skype, can use these ports. No one has crystal ball.

  • The problem is that you are already using door 80 and 443 for another service. Do as @Darkhyundra mentioned to find out which program is preventing XAMPP apache from turning on

  • The system is Windows 7 Ultimate. I tried to look in task manager the PID 3632 but n appears this PID, see the print above please.

  • Change the port then to 8080 for example, just edit in httpd file

  • To know the real error, run apache from the command line, open the command prompt(start>run and type cmd) there enters the folder where apache is installed, something like C:\xampp\apache\bin and type httpd.exe and enter, put the error message in the question as text and not an image.

Show 1 more comment

1 answer

1


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

  • Open the httpd.conf file in the notepad and change the line Listen 80 to another door, for example: Listen 8080

  • After changing port 80, open the httpd-ssl.conf file in the notepad look for the line Listen 443 and change port 443 by another.

I hope I’ve helped.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.