-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:
I’ve already done the question tutorial error in xampp and it didn’t work, I put port 12344 on Skype. Any idea?
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?
– rray
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.– DH.
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
– rzani
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.
– Nathan
Change the port then to 8080 for example, just edit in httpd file
– user28595
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 typehttpd.exe
and enter, put the error message in the question as text and not an image.– rray