Pomoc u vezi Xamppa


Započeo Ecuador Vasquez, Oktobar 01, 2022, 12:18:17 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Zna li neko kako da fixam ovo nece da mi pokrene apache


https://imgur.com/a/XNed8FO evo vam video


12:19:46  [Apache]    Problem detected!
12:19:46  [Apache]    Port 80 in use by "Unable to open process" with PID 4!
12:19:46  [Apache]    Apache WILL NOT start without the configured ports free!
12:19:46  [Apache]    You need to uninstall/disable/reconfigure the blocking application
12:19:46  [Apache]    or reconfigure Apache and the Control Panel to listen on a different port
12:19:46  [Apache]    Attempting to start Apache app...
12:19:47  [Apache]    Status change detected: running
12:19:48  [Apache]    Status change detected: stopped
12:19:48  [Apache]    Error: Apache shutdown unexpectedly.
12:19:48  [Apache]    This may be due to a blocked port, missing dependencies,
12:19:48  [Apache]    improper privileges, a crash, or a shutdown by another method.
12:19:48  [Apache]    Press the Logs button to view error logs and check
12:19:48  [Apache]    the Windows Event Viewer for more clues
12:19:48  [Apache]    If you need more help, copy and post this
12:19:48  [Apache]    entire log window on the forums
Poslednja Izmena: Oktobar 01, 2022, 18:53:46 POSLE PODNE od Karavdic

Otvoris command line pa
netstat -aon | findstr :80


Vratice ti neto tipa   TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       10908
Zadnja informacija je ProcessID to jest 10908 u primeru.
Koristis ovo i vrati ti ime procesa koji koristi port 80 (naravno zameni sa odgovarajucim PID)
tasklist /svc /FI "PID eq 10908


Znaci taj proces/aplikaciju moras da ugasis da bi oslobodio port 80 za apache server da moze raditi. Ili naravno u konfiguraciji apache servera zamenis port (samo onda moras da kucas localhost:port).


Braco ako neko zna neka da mi udje na any i da objasni, sve sam pokusao nece a niste svesni koliko mi je to potrebno ako neko zna nagradit cu ga necim hitnoo !!