Problem when connecting to XAMPP port 80

Asked

Viewed 1,385 times

0

No matter how many times I give Start or Stop, he keeps giving me the same every time, problem at port 80 and access Unable, but if I press start and go to the address bar and put localhost:8080 it shows the home screen of the xampp !

1:36:45 AM  [Apache]    Status change detected: running
1:36:49 AM  [mysql]     Attempting to start MySQL app...
1:36:50 AM  [mysql]     Status change detected: running
1:36:52 AM  [Apache]    Attempting to stop Apache (PID: 212)
1:36:52 AM  [Apache]    Attempting to stop Apache (PID: 5920)
1:36:52 AM  [Apache]    Status change detected: stopped
1:36:53 AM  [Apache]    Problem detected!
1:36:53 AM  [Apache]    Port 80 in use by "Unable to open process" with PID 4!
1:36:53 AM  [Apache]    Apache WILL NOT start without the configured ports free!
1:36:53 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
1:36:53 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
1:36:53 AM  [Apache]    Attempting to start Apache app...
1:36:53 AM  [Apache]    Status change detected: running
1:38:22 AM  [Apache]    Attempting to stop Apache (PID: 6208)
1:38:22 AM  [Apache]    Attempting to stop Apache (PID: 5672)
1:38:22 AM  [Apache]    Status change detected: stopped
1:38:22 AM  [mysql]     Attempting to stop MySQL (PID: 6536)
1:38:23 AM  [mysql]     Status change detected: stopped
1:39:32 AM  [Apache]    Problem detected!
1:39:32 AM  [Apache]    Port 80 in use by "Unable to open process" with PID 4!
1:39:32 AM  [Apache]    Apache WILL NOT start without the configured ports free!
1:39:32 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
1:39:32 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
1:39:32 AM  [Apache]    Attempting to start Apache app...
1:39:32 AM  [Apache]    Status change detected: running
1:39:35 AM  [mysql]     Attempting to start MySQL app...
1:39:35 AM  [mysql]     Status change detected: running
1:39:38 AM  [mysql]     Attempting to stop MySQL (PID: 6820)
1:39:38 AM  [mysql]     Status change detected: stopped
1:39:38 AM  [Apache]    Attempting to stop Apache (PID: 7844)
1:39:38 AM  [Apache]    Attempting to stop Apache (PID: 7872)
1:39:38 AM  [Apache]    Status change detected: stopped
1:39:42 AM  [Apache]    Problem detected!
1:39:42 AM  [Apache]    Port 80 in use by "Unable to open process" with PID 4!
1:39:42 AM  [Apache]    Apache WILL NOT start without the configured ports free!
1:39:42 AM  [Apache]    You need to uninstall/disable/reconfigure the blocking application
1:39:42 AM  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
1:39:42 AM  [Apache]    Attempting to start Apache app...
1:39:42 AM  [Apache]    Status change detected: running

What’s going on? I’ve stopped at that "World Wide Web" and finally.

  • You got the skype open ?

  • Window or process in manager ?

  • I just saw here, neither the process nor the window is open!

  • Try restarting the computer. Then restart xampp.

2 answers

1


Some program is already using door 80. Makes a sudo netstat -tlpn | grep 80 and see what program is using the door. Picks up the PID and makes sudo Kill <PID>, in the log you passed the PID was 4 example: sudo Kill 4 It could be skype, he used to use port 80, da para mudar nas configurações.

  • 1

    Complementing the answer, to disable the use of port 80 by skype go to Tools -> options -> Advanced -> Connect and disable the first checkbox.

  • Thanks for the help, it wasn’t quite this or the skype ! I hunted a little here and found out what it was, and I will answer my own question, the more I clicked on the 2 as useful, because it really was ! But it was the mistake on something else, so I’ll answer it in a well structured way ! Thank you

0

Do so, in Xampp’s Control Panel, click <<Config>> in the <<Apache> tab, change the 80 port (which Windows uses for system testing), put 8080. Save and start an apache again. If you’ve loaded everything ok, click <<Admin>> and you’ll have the page in your Rowse. Good luck!

Browser other questions tagged

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