Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  | Правила  

Компьютерный форум OSzone.net » Компьютеры + Интернет » Сетевые технологии » Прочее - Apache + MySQL + PHP5

Ответить
Настройки темы
Прочее - Apache + MySQL + PHP5

Новый участник


Сообщения: 24
Благодарности: 0

Профиль | Отправить PM | Цитировать


Прочитал кучу материала но все они сводятся к одному
Вообщем у меня Windows Server 2008 R2 Standart
Apache 2.2.15 находится "c:/www"
PHP 5 находится "c:/php"
до MySQL еще не дошел =(

раньше было в httpd конфиге так

LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "c:/php/"

выдавал ошибку ..............cannot load c:/php/php5apache2.dll line 129 что то вроде этого, прочитал что на этот апач нужно прописывать php5apache2_2.dll
Изменил и получил

LoadModule php5_module "c:/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "c:/php/"

Ошибки нет, делаю рестарт сервера вылетает черное окно ни чего не пишет, но и исполения php страниц то же нет
подменил я стандартный index.html на index.php с текстом
<php
phpinfo();
?>
захожу на localhost он дает ошибку 403 что делать? не исполнения php файлов

Отправлено: 19:59, 17-08-2010

 

Deadooshka


Сообщения: 2511
Благодарности: 689

Профиль | Отправить PM | Цитировать


логов совсем нет?

Отправлено: 01:08, 18-08-2010 | #2



Для отключения данного рекламного блока вам необходимо зарегистрироваться или войти с учетной записью социальной сети.

Если же вы забыли свой пароль на форуме, то воспользуйтесь данной ссылкой для восстановления пароля.


Новый участник


Сообщения: 24
Благодарности: 0

Профиль | Отправить PM | Цитировать


PHP код: Выделить весь код

Starting the Apache2.2 service The Apache2.2 service is runningrmine the server's fully qualified domain name, using 192.168.0.222 for ServerName [Tue Aug 17 16:26:08 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations [Tue Aug 17 16:26:08 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 16:26:08 2010] [notice] Parent: Created child process 3936 httpd.exe: Could not reliably determine the server's fully qualified domain nameusing 192.168.0.222 for ServerName httpd.exeCould not reliably determine the server's fully qualified domain name, using 192.168.0.222 for ServerName [Tue Aug 17 16:26:08 2010] [notice] Child 3936: Child process is running [Tue Aug 17 16:26:08 2010] [notice] Child 3936: Acquired the start mutex. [Tue Aug 17 16:26:08 2010] [notice] Child 3936: Starting 64 worker threads. [Tue Aug 17 16:26:08 2010] [notice] Child 3936: Starting thread to listen on port 80. [Tue Aug 17 16:26:26 2010] [error] [client 127.0.0.1] File does not exist: C:/WWW/htdocs/favicon.ico [Tue Aug 17 17:09:48 2010] [error] [client 127.0.0.1] File does not exist: C:/WWW/htdocs/favicon.ico [Tue Aug 17 17:10:46 2010] [error] [client 127.0.0.1] File does not exist: C:/WWW/htdocs/favicon.ico The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 17:44:21 2010] [notice] Child 3936: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:44:21 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations [Tue Aug 17 17:44:21 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:44:21 2010] [notice] Parent: Created child process 2296 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:44:21 2010] [notice] Child 2296: Child process is running [Tue Aug 17 17:44:22 2010] [notice] Child 3936: Released the start mutex [Tue Aug 17 17:44:22 2010] [notice] Child 2296: Acquired the start mutex. [Tue Aug 17 17:44:22 2010] [notice] Child 2296: Starting 64 worker threads. [Tue Aug 17 17:44:22 2010] [notice] Child 2296: Starting thread to listen on port 80. [Tue Aug 17 17:44:23 2010] [notice] Child 3936: All worker threads have exited. [Tue Aug 17 17:44:23 2010] [notice] Child 3936: Child process is exiting The Apache2.2 service is restarting. TTue Aug 17 17:46:00 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:46:00 2010] [notice] Child 2296: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:00 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:46:00 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:46:00 2010] [notice] Parent: Created child process 2664 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:00 2010] [notice] Child 2664: Child process is running [Tue Aug 17 17:46:01 2010] [notice] Child 2664: Acquired the start mutex. [Tue Aug 17 17:46:01 2010] [notice] Child 2664: Starting 64 worker threads. [Tue Aug 17 17:46:01 2010] [notice] Child 2296: Released the start mutex [Tue Aug 17 17:46:02 2010] [notice] Child 2296: All worker threads have exited. [Tue Aug 17 17:46:02 2010] [notice] Child 2296: Child process is exiting [Tue Aug 17 17:46:02 2010] [notice] Child 2664: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.27:46:04 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:46:04 2010] [notice] Child 2664: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:04 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:46:04 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:46:04 2010] [notice] Parent: Created child process 424 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:04 2010] [notice] Child 424: Child process is running [Tue Aug 17 17:46:05 2010] [notice] Child 2664: Released the start mutex [Tue Aug 17 17:46:05 2010] [notice] Child 424: Acquired the start mutex. [Tue Aug 17 17:46:05 2010] [notice] Child 424: Starting 64 worker threads. [Tue Aug 17 17:46:05 2010] [notice] Child 424: Starting thread to listen on port 80. [Tue Aug 17 17:46:06 2010] [notice] Child 2664: All worker threads have exited. [Tue Aug 17 17:46:06 2010] [notice] Child 2664: Child process is exiting The Apache2.2 service is restarting. The Apache2.2 service h10] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:46:07 2010] [notice] Child 424: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:07 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:46:07 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:46:07 2010] [notice] Parent: Created child process 3476 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:07 2010] [notice] Child 3476: Child process is running [Tue Aug 17 17:46:08 2010] [notice] Child 3476: Acquired the start mutex. [Tue Aug 17 17:46:08 2010] [notice] Child 3476: Starting 64 worker threads. [Tue Aug 17 17:46:08 2010] [notice] Child 424: Released the start mutex [Tue Aug 17 17:46:09 2010] [notice] Child 424: All worker threads have exited. [Tue Aug 17 17:46:09 2010] [notice] Child 424: Child process is exiting [Tue Aug 17 17:46:09 2010] [notice] Child 3476: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 17:46:10 2010] [notice] Child 3476: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:10 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:46:10 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:46:10 2010] [notice] Parent: Created child process 3780 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:10 2010] [notice] Child 3780: Child process is running [Tue Aug 17 17:46:11 2010] [notice] Child 3476: Released the start mutex [Tue Aug 17 17:46:11 2010] [notice] Child 3780: Acquired the start mutex. [Tue Aug 17 17:46:11 2010] [notice] Child 3780: Starting 64 worker threads. [Tue Aug 17 17:46:11 2010] [notice] Child 3780: Starting thread to listen on port 80. [Tue Aug 17 17:46:12 2010] [notice] Child 3476: All worker threads have exited. [Tue Aug 17 17:46:12 2010] [notice] Child 3476: Child process is exiting The Apache2.2 service is restarting. The Apache2.2 servic 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:46:16 2010] [notice] Child 3780: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:16 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:46:16 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:46:16 2010] [notice] Parent: Created child process 2060 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:17 2010] [notice] Child 2060: Child process is running [Tue Aug 17 17:46:17 2010] [notice] Child 3780: Released the start mutex [Tue Aug 17 17:46:17 2010] [notice] Child 2060: Acquired the start mutex. [Tue Aug 17 17:46:17 2010] [notice] Child 2060: Starting 64 worker threads. [Tue Aug 17 17:46:17 2010] [notice] Child 2060: Starting thread to listen on port 80. [Tue Aug 17 17:46:18 2010] [notice] Child 3780: All worker threads have exited. [Tue Aug 17 17:46:18 2010] [notice] Child 3780: Child process is exiting The Apache2.2 service is restarting. [Tue Aug 17 17:46:20 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:46:20 2010] [notice] Child 2060: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:20 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:46:20 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:46:20 2010] [notice] Parent: Created child process 3768 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:46:20 2010] [notice] Child 3768: Child process is running [Tue Aug 17 17:46:21 2010] [notice] Child 2060: Released the start mutex [Tue Aug 17 17:46:21 2010] [notice] Child 3768: Acquired the start mutex. [Tue Aug 17 17:46:21 2010] [notice] Child 3768: Starting 64 worker threads. [Tue Aug 17 17:46:22 2010] [notice] Child 2060: All worker threads have exited. [Tue Aug 17 17:46:22 2010] [notice] Child 2060: Child process is exiting [Tue Aug 17 17:46:22 2010] [notice] Child 3768: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 17:47:02 2010] [notice] Child 3768: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:47:02 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations [Tue Aug 17 17:47:02 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:47:02 2010] [notice] Parent: Created child process 1944 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:47:02 2010] [notice] Child 1944: Child process is running [Tue Aug 17 17:47:03 2010] [notice] Child 1944: Acquired the start mutex. [Tue Aug 17 17:47:03 2010] [notice] Child 1944: Starting 64 worker threads. [Tue Aug 17 17:47:03 2010] [notice] Child 3768: Released the start mutex [Tue Aug 17 17:47:04 2010] [notice] Child 3768: All worker threads have exited. [Tue Aug 17 17:47:04 2010] [notice] Child 3768: Child process is exiting [Tue Aug 17 17:47:04 2010] [notice] Child 1944: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apach17 17:47:15 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:47:15 2010] [notice] Child 1944: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:47:15 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:47:15 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:47:15 2010] [notice] Parent: Created child process 2340 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:47:15 2010] [notice] Child 2340: Child process is running [Tue Aug 17 17:47:16 2010] [notice] Child 1944: Released the start mutex [Tue Aug 17 17:47:16 2010] [notice] Child 2340: Acquired the start mutex. [Tue Aug 17 17:47:16 2010] [notice] Child 2340: Starting 64 worker threads. [Tue Aug 17 17:47:17 2010] [notice] Child 1944: All worker threads have exited. [Tue Aug 17 17:47:17 2010] [notice] Child 1944: Child process is exiting [Tue Aug 17 17:47:17 2010] [notice] Child 2340: Starting thread to listen on port 80. The Apache2.2 service is restarting. [Tue Aug 17 17:48:16 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:48:16 2010] [notice] Child 2340: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:48:16 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:48:16 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:48:16 2010] [notice] Parent: Created child process 3420 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:48:17 2010] [notice] Child 3420: Child process is running [Tue Aug 17 17:48:17 2010] [notice] Child 3420: Acquired the start mutex. [Tue Aug 17 17:48:17 2010] [notice] Child 2340: Released the start mutex [Tue Aug 17 17:48:17 2010] [notice] Child 3420: Starting 64 worker threads. [Tue Aug 17 17:48:17 2010] [notice] Child 3420: Starting thread to listen on port 80. [Tue Aug 17 17:48:18 2010] [notice] Child 2340: All worker threads have exited. [Tue Aug 17 17:48:18 2010] [notice] Child 2340: Child process is exiting The Apache2.2 service is restarting. The Apache7 17:48:21 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:48:21 2010] [notice] Child 3420: Exit event signaled. Child process is ending. Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:48:21 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:48:21 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:48:21 2010] [notice] Parent: Created child process 552 Warning: DocumentRoot [C:/WWW/ipatovo] does not exist Warning: DocumentRoot [C:/WWW/ipatovo] does not exist [Tue Aug 17 17:48:21 2010] [notice] Child 552: Child process is running [Tue Aug 17 17:48:22 2010] [notice] Child 552: Acquired the start mutex. [Tue Aug 17 17:48:22 2010] [notice] Child 3420: Released the start mutex [Tue Aug 17 17:48:22 2010] [notice] Child 552: Starting 64 worker threads. [Tue Aug 17 17:48:23 2010] [notice] Child 3420: All worker threads have exited. [Tue Aug 17 17:48:23 2010] [notice] Child 3420: Child process is exiting [Tue Aug 17 17:48:23 2010] [notice] Child 552: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apac 17 17:48:36 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:48:36 2010] [notice] Child 552: Exit event signaled. Child process is ending. [Tue Aug 17 17:48:36 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:48:36 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:48:36 2010] [notice] Parent: Created child process 1152 [Tue Aug 17 17:48:36 2010] [notice] Child 1152: Child process is running [Tue Aug 17 17:48:37 2010] [notice] Child 1152: Acquired the start mutex. [Tue Aug 17 17:48:37 2010] [notice] Child 552: Released the start mutex [Tue Aug 17 17:48:37 2010] [notice] Child 1152: Starting 64 worker threads. [Tue Aug 17 17:48:37 2010] [notice] Child 1152: Starting thread to listen on port 80. [Tue Aug 17 17:48:38 2010] [notice] Child 552: All worker threads have exited. [Tue Aug 17 17:48:38 2010] [notice] Child 552: Child process is exiting The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 17:48:51 2010] [notice] Child 1152: Exit event signaled. Child process is ending. [Tue Aug 17 17:48:51 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:48:51 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:48:51 2010] [notice] Parent: Created child process 2304 [Tue Aug 17 17:48:51 2010] [notice] Child 2304: Child process is running [Tue Aug 17 17:48:52 2010] [notice] Child 2304: Acquired the start mutex. [Tue Aug 17 17:48:52 2010] [notice] Child 2304: Starting 64 worker threads. [Tue Aug 17 17:48:52 2010] [notice] Child 1152: Released the start mutex [Tue Aug 17 17:48:53 2010] [notice] Child 1152: All worker threads have exited. [Tue Aug 17 17:48:53 2010] [notice] Child 1152: Child process is exiting [Tue Aug 17 17:48:53 2010] [notice] Child 2304: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 servi3 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 17:49:33 2010] [notice] Child 2304: Exit event signaled. Child process is ending. [Tue Aug 17 17:49:33 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 17:49:33 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 17:49:33 2010] [notice] Parent: Created child process 3356 [Tue Aug 17 17:49:33 2010] [notice] Child 3356: Child process is running [Tue Aug 17 17:49:34 2010] [notice] Child 2304: Released the start mutex [Tue Aug 17 17:49:34 2010] [notice] Child 3356: Acquired the start mutex. [Tue Aug 17 17:49:34 2010] [notice] Child 3356: Starting 64 worker threads. [Tue Aug 17 17:49:35 2010] [notice] Child 2304: All worker threads have exited. [Tue Aug 17 17:49:35 2010] [notice] Child 2304: Child process is exiting [Tue Aug 17 17:49:35 2010] [notice] Child 3356: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 18:06:18 2010] [notice] Child 3356: Exit event signaled. Child process is ending. [Tue Aug 17 18:06:18 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 18:06:18 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:06:18 2010] [notice] Parent: Created child process 3420 [Tue Aug 17 18:06:18 2010] [notice] Child 3420: Child process is running [Tue Aug 17 18:06:19 2010] [notice] Child 3420: Acquired the start mutex. [Tue Aug 17 18:06:19 2010] [notice] Child 3420: Starting 64 worker threads. [Tue Aug 17 18:06:19 2010] [notice] Child 3356: Released the start mutex [Tue Aug 17 18:06:20 2010] [notice] Child 3356: All worker threads have exited. [Tue Aug 17 18:06:20 2010] [notice] Child 3356: Child process is exiting [Tue Aug 17 18:06:20 2010] [notice] Child 3420: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 ser:50 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 18:07:50 2010] [notice] Child 3420: Exit event signaled. Child process is ending. [Tue Aug 17 18:07:50 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 18:07:50 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:07:50 2010] [notice] Parent: Created child process 1056 [Tue Aug 17 18:07:50 2010] [notice] Child 1056: Child process is running [Tue Aug 17 18:07:51 2010] [notice] Child 3420: Released the start mutex [Tue Aug 17 18:07:51 2010] [notice] Child 1056: Acquired the start mutex. [Tue Aug 17 18:07:51 2010] [notice] Child 1056: Starting 64 worker threads. [Tue Aug 17 18:07:52 2010] [notice] Child 3420: All worker threads have exited. [Tue Aug 17 18:07:52 2010] [notice] Child 3420: Child process is exiting [Tue Aug 17 18:07:52 2010] [notice] Child 1056: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 18:11:23 2010] [notice] Child 1056: Exit event signaled. Child process is ending. [Tue Aug 17 18:11:23 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 18:11:23 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:11:23 2010] [notice] Parent: Created child process 2476 [Tue Aug 17 18:11:23 2010] [notice] Child 2476: Child process is running [Tue Aug 17 18:11:24 2010] [notice] Child 2476: Acquired the start mutex. [Tue Aug 17 18:11:24 2010] [notice] Child 2476: Starting 64 worker threads. [Tue Aug 17 18:11:24 2010] [notice] Child 1056: Released the start mutex [Tue Aug 17 18:11:25 2010] [notice] Child 1056: All worker threads have exited. [Tue Aug 17 18:11:25 2010] [notice] Child 1056: Child process is exiting [Tue Aug 17 18:11:25 2010] [notice] Child 2476: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 18:12:15 2010] [notice] Child 2476: Exit event signaled. Child process is ending. [Tue Aug 17 18:12:15 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations [Tue Aug 17 18:12:15 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:12:15 2010] [notice] Parent: Created child process 2624 [Tue Aug 17 18:12:16 2010] [notice] Child 2624: Child process is running [Tue Aug 17 18:12:16 2010] [notice] Child 2624: Acquired the start mutex. [Tue Aug 17 18:12:16 2010] [notice] Child 2624: Starting 64 worker threads. [Tue Aug 17 18:12:16 2010] [notice] Child 2476: Released the start mutex [Tue Aug 17 18:12:17 2010] [notice] Child 2476: All worker threads have exited. [Tue Aug 17 18:12:17 2010] [notice] Child 2476: Child process is exiting [Tue Aug 17 18:12:17 2010] [notice] Child 2624: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 servi6 2010] [notice] Parent: Received restart signal -- Restarting the server. [Tue Aug 17 18:13:06 2010] [notice] Child 2624: Exit event signaled. Child process is ending. [Tue Aug 17 18:13:07 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 18:13:07 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:13:07 2010] [notice] Parent: Created child process 4092 [Tue Aug 17 18:13:07 2010] [notice] Child 4092: Child process is running [Tue Aug 17 18:13:07 2010] [notice] Child 2624: Released the start mutex [Tue Aug 17 18:13:07 2010] [notice] Child 4092: Acquired the start mutex. [Tue Aug 17 18:13:07 2010] [notice] Child 4092: Starting 64 worker threads. [Tue Aug 17 18:13:08 2010] [notice] Child 2624: All worker threads have exited. [Tue Aug 17 18:13:08 2010] [notice] Child 2624: Child process is exiting [Tue Aug 17 18:13:08 2010] [notice] Child 4092: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 18:13:19 2010] [notice] Child 4092: Exit event signaled. Child process is ending. [Tue Aug 17 18:13:20 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 18:13:20 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:13:20 2010] [notice] Parent: Created child process 412 [Tue Aug 17 18:13:20 2010] [notice] Child 412: Child process is running [Tue Aug 17 18:13:20 2010] [notice] Child 412: Acquired the start mutex. [Tue Aug 17 18:13:20 2010] [notice] Child 4092: Released the start mutex [Tue Aug 17 18:13:20 2010] [notice] Child 412: Starting 64 worker threads. [Tue Aug 17 18:13:21 2010] [notice] Child 4092: All worker threads have exited. [Tue Aug 17 18:13:21 2010] [notice] Child 4092: Child process is exiting [Tue Aug 17 18:13:21 2010] [notice] Child 412: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Tue Aug 17 18:13:39 2010] [notice] Child 412: Exit event signaled. Child process is ending. [Tue Aug 17 18:13:39 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 18:13:39 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:13:39 2010] [notice] Parent: Created child process 3024 [Tue Aug 17 18:13:39 2010] [notice] Child 3024: Child process is running [Tue Aug 17 18:13:40 2010] [notice] Child 3024: Acquired the start mutex. [Tue Aug 17 18:13:40 2010] [notice] Child 3024: Starting 64 worker threads. [Tue Aug 17 18:13:40 2010] [notice] Child 412: Released the start mutex [Tue Aug 17 18:13:41 2010] [notice] Child 412: All worker threads have exited. [Tue Aug 17 18:13:41 2010] [notice] Child 412: Child process is exiting [Tue Aug 17 18:13:41 2010] [notice] Child 3024: Starting thread to listen on port 80. [Tue Aug 17 18:14:01 2010] [notice] Parent: Received shutdown signal -- Shutting down the server. [Tue Aug 17 18:14:01 2010] [notice] Child 3024: Exit event signaled. Child process is ending. [Tue Aug 17 18:14:02 2010] [notice] Child 3024: Released the start mutex [Tue Aug 17 18:14:03 2010] [notice] Child 3024: All worker threads have exited. [Tue Aug 17 18:14:03 2010] [notice] Child 3024: Child process is exiting [Tue Aug 17 18:14:03 2010] [notice] Parent: Child process exited successfully. Starting the Apache2.2 service The Apache2.2 service is running. ] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Tue Aug 17 18:14:13 2010] [notice] Server built: Mar 4 2010 11:27:46 [Tue Aug 17 18:14:13 2010] [notice] Parent: Created child process 2984 [Tue Aug 17 18:14:13 2010] [notice] Child 2984: Child process is running [Tue Aug 17 18:14:13 2010] [notice] Child 2984: Acquired the start mutex. [Tue Aug 17 18:14:13 2010] [notice] Child 2984: Starting 64 worker threads. [Tue Aug 17 18:14:13 2010] [notice] Child 2984: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Wed Aug 18 09:17:04 2010] [notice] Child 2984: Exit event signaled. Child process is ending. [Wed Aug 18 09:17:05 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.14 configured -- resuming normal operations [Wed Aug 18 09:17:05 2010] [notice] Server built: Mar 4 2010 11:27:46 [Wed Aug 18 09:17:05 2010] [notice] Parent: Created child process 856 [Wed Aug 18 09:17:05 2010] [notice] Child 856: Child process is running [Wed Aug 18 09:17:05 2010] [notice] Child 856: Acquired the start mutex. [Wed Aug 18 09:17:05 2010] [notice] Child 856: Starting 64 worker threads. [Wed Aug 18 09:17:05 2010] [notice] Child 2984: Released the start mutex [Wed Aug 18 09:17:06 2010] [notice] Child 2984: All worker threads have exited. [Wed Aug 18 09:17:06 2010] [notice] Child 2984: Child process is exiting [Wed Aug 18 09:17:06 2010] [notice] Child 856: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Wed Aug 18 09:23:11 2010] [notice] Child 856: Exit event signaled. Child process is ending. [Wed Aug 18 09:23:11 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations [Wed Aug 18 09:23:11 2010] [notice] Server built: Mar 4 2010 11:27:46 [Wed Aug 18 09:23:11 2010] [notice] Parent: Created child process 3868 [Wed Aug 18 09:23:11 2010] [notice] Child 3868: Child process is running [Wed Aug 18 09:23:12 2010] [notice] Child 3868: Acquired the start mutex. [Wed Aug 18 09:23:12 2010] [notice] Child 3868: Starting 64 worker threads. [Wed Aug 18 09:23:12 2010] [notice] Child 856: Released the start mutex [Wed Aug 18 09:23:13 2010] [notice] Child 856: All worker threads have exited. [Wed Aug 18 09:23:13 2010] [notice] Child 856: Child process is exiting [Wed Aug 18 09:23:13 2010] [notice] Child 3868: Starting thread to listen on port 80. The Apache2.2 service is restarting. The Aug 18 09:23:50 2010] [notice] Parent: Received restart signal -- Restarting the server. [Wed Aug 18 09:23:50 2010] [notice] Child 3868: Exit event signaled. Child process is ending. [Wed Aug 18 09:23:50 2010] [notice] Apache/2.2.15 (Win32) configured -- resuming normal operations [Wed Aug 18 09:23:50 2010] [notice] Server built: Mar 4 2010 11:27:46 [Wed Aug 18 09:23:50 2010] [notice] Parent: Created child process 3896 [Wed Aug 18 09:23:50 2010] [notice] Child 3896: Child process is running [Wed Aug 18 09:23:51 2010] [notice] Child 3868: Released the start mutex [Wed Aug 18 09:23:51 2010] [notice] Child 3896: Acquired the start mutex. [Wed Aug 18 09:23:51 2010] [notice] Child 3896: Starting 64 worker threads. [Wed Aug 18 09:23:52 2010] [notice] Child 3868: All worker threads have exited. [Wed Aug 18 09:23:52 2010] [notice] Child 3868: Child process is exiting [Wed Aug 18 09:23:52 2010] [notice] Child 3896: Starting thread to listen on port 80. 


вот лог


причем не исполнялись как php так и html файлы, сменил httpd.conf на стандартный снова заработало, но там вот нет php помогите настроить, может кто готовый httpd даст, версия апача 2,2,15

Отправлено: 09:39, 18-08-2010 | #3


Deadooshka


Сообщения: 2511
Благодарности: 689

Профиль | Отправить PM | Цитировать


в таком виде логи никто не будет читать (неудобно одной строкой). упакуйте в архив и выложите...

обратите внимание на записи уровня Warning или error
Код: Выделить весь код
Warning: DocumentRoot [C:/WWW/ipatovo] does not exist
указанного пути не существует...

логи access.log и error.log (ErrorLog и CustomLog в конфиге для хостов и общие).

Отправлено: 17:46, 18-08-2010 | #4


Новый участник


Сообщения: 24
Благодарности: 0

Профиль | Отправить PM | Цитировать


Ну вообщем все заработало и пхп и мускуль и даже майадмин работает правда наверно как то опасно и криво, ну да ладно это первый опыт))
теперь не могу ни как настройить домены, помогайте вообще такая задача что б на локальном сервере с ай пи 192.168.0.222 работали
mysite.ru mysite2.ru mysite3.ru - все это разные сайты

кстати у кого будет проблема с устоновкой пхп мускуль и апач вот ссылка котороя мне помогла

Отправлено: 10:53, 23-08-2010 | #5


Аватара для freese

Ветеран


Contributor


Сообщения: 6683
Благодарности: 1296

Профиль | Отправить PM | Цитировать


в httpd.conf примерно так написать
Код: Выделить весь код
<VirtualHost mysite.ru> 
ServerName mysite.ru
ServerAlias www.mysite.ru
DocumentRoot путь_к_mysite.ru
ErrorLog logs/mysite.ru-error.log
</VirtualHost> 
<VirtualHost mysite1.ru> 
ServerName mysite1.ru
ServerAlias www.mysite1.ru
DocumentRoot путь_к_mysite1.ru
ErrorLog logs/mysite1.ru-error.log
</VirtualHost>
ну и так далее

Последний раз редактировалось freese, 06-09-2010 в 11:06.


Отправлено: 13:28, 23-08-2010 | #6


Новый участник


Сообщения: 24
Благодарности: 0

Профиль | Отправить PM | Цитировать


а в windows/system32/drivers/etc в файле hosts что нить надо писать? Все эти сайты должны быть доступны из локальной сети по локальному ip 192.168.0.222 и что б пользователь мого их находить по доменным именам mysite.ru mysite2.ru и т.д.

Отправлено: 15:29, 24-08-2010 | #7


Аватара для freese

Ветеран


Contributor


Сообщения: 6683
Благодарности: 1296

Профиль | Отправить PM | Цитировать


ну напиши на тех компах которые будут на них заходить

Отправлено: 16:39, 24-08-2010 | #8


Новый участник


Сообщения: 24
Благодарности: 0

Профиль | Отправить PM | Цитировать


Значит так если написано
<virtylhost 127.0.0.1:80> - то все эти хосты он будте ссылать на корневую htdocs
я изменил на <virtualhost 192.168.0.222> - и о чудо он отпраляет меня туда куда нужно на сайт файлы которого лежать в htdocs/ipatovo.ru/www/ решил провернуть такое с остальными и каждому прописал этот ай пи (это айпи сервера), но ни чего он и по тем адресам меня отправляет к сайту располложенному по пути htdocs/ipatovo.ru/www/ а мне надо чтоб на другие пути отпарвлял, что сделать?

значит пишет
[warn]VirtualHost (тут путь хоть ай пи хоть доменное имя он добаляет порт 80)overlaps with VirtualHost (например 127.0.0.1:80) te first has precedence, perhaps vo need a NameVirtualHost directive

Последний раз редактировалось k0missar, 06-09-2010 в 16:40.


Отправлено: 09:21, 06-09-2010 | #9



Компьютерный форум OSzone.net » Компьютеры + Интернет » Сетевые технологии » Прочее - Apache + MySQL + PHP5

Участник сейчас на форуме Участник сейчас на форуме Участник вне форума Участник вне форума Автор темы Автор темы Шапка темы Сообщение прикреплено

Похожие темы
Название темы Автор Информация о форуме Ответов Последнее сообщение
установка php5.3.1 Apache2.2 Ошибки при установки php, не запускается Apache zvezda_t Вебмастеру 1 04-02-2010 13:50
FreeBSD - webmin+apache22+mysql+php5 BigDim Общий по FreeBSD 2 30-03-2009 13:03
Как присоединить php4 или php5 к Apache Viking-Novosibirsk Вебмастеру 10 13-07-2007 11:19
[решено] Не работает PHP5 - под apache RuLe Вебмастеру 5 02-01-2007 19:17
PHP5+MySQL. Установка поддержки БД whitish Вебмастеру 2 02-09-2004 21:59




 
Переход