Zainstalowałem na swoim komputerze Apache 2.2.15 + PHP 5.2.13 + MySQL 5.1.46. Gdy nie używam MySQL i korzystam tylko z Apache i PHP wszystko działa poprawnie. Rozpakowałem także PHPmyAdmin 2.11.10. ale gdy uruchamiam go na lokalu i wchodze na adres pod którym się znajduje, wyskakuje mi problem z Apache.
Raport błędów:
[Tue Jun 08 16:46:50 2010] [notice] Parent: child process exited with status 3221225477 -- Restarting.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 83.x.xxx.xxx for ServerName
[Tue Jun 08 16:46:53 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations
[Tue Jun 08 16:46:53 2010] [notice] Server built: Mar 4 2010 11:27:46
[Tue Jun 08 16:46:53 2010] [notice] Parent: Created child process 1524
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 83.x.xxx.xxx for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 83.x.xxx.xxx for ServerName
[Tue Jun 08 16:46:54 2010] [notice] Child 1524: Child process is running
[Tue Jun 08 16:46:54 2010] [notice] Child 1524: Acquired the start mutex.
[Tue Jun 08 16:46:54 2010] [notice] Child 1524: Starting 64 worker threads.
[Tue Jun 08 16:46:54 2010] [notice] Child 1524: Starting thread to listen on port 80.
Jeżeli dobrze czytam to jakaś inna aplikacja nasłuchuje na tym samym porcie co Apache. Próbowałem to sprawdzić wpisując w Uruchom netstat -a, ale zanim zdarzę coś odczytać, okienko zamyka się.
Może mi ktoś coś doradzić?