Тема: помогите с настройкой apache
Я сам занимаюсь веб дизайном, но пришло время расширять кругозор. Попробовал поставить все ингридиенты локального сервера по статье сайта "Инструментарий веб-разработчика". Вроде всё сделал правильно, но проверку браузером пройти не могу... тоесть не получается попасть в http://localhost/ в логе ошибок следующее:
[Mon Jan 21 02:06:59 2008] [notice] Child 2852: Released the start mutex
[Mon Jan 21 02:07:00 2008] [notice] Child 2852: All worker threads have exited.
[Mon Jan 21 02:07:00 2008] [notice] Child 2852: Child process is exiting
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.4 for ServerName
[Mon Jan 21 02:07:01 2008] [notice] Apache/2.2.8 (Win32) PHP/5.2.5 configured -- resuming normal operations
[Mon Jan 21 02:07:01 2008] [notice] Server built: Jan 18 2008 00:37:19
[Mon Jan 21 02:07:01 2008] [notice] Parent: Created child process 2676
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.4 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.4 for ServerName
[Mon Jan 21 02:07:07 2008] [notice] Child 2676: Child process is running
[Mon Jan 21 02:07:07 2008] [notice] Child 2676: Acquired the start mutex.
[Mon Jan 21 02:07:07 2008] [notice] Child 2676: Starting 64 worker threads.
[Mon Jan 21 02:07:07 2008] [notice] Child 2676: Starting thread to listen on port 80.
[Mon Jan 21 02:07:13 2008] [notice] Parent: Received restart signal -- Restarting the server.
[Mon Jan 21 02:07:13 2008] [notice] Child 2676: Exit event signaled. Child process is ending.
Насколько понимаю что-то не так с именем сервера... Вобщем помогите разобраться с проблемой. Нехочу без понимания перебирать все возможные варианты установки.