Apache виснет, много необработанных запросов.

Статус
В этой теме нельзя размещать новые ответы.
Все равно это случилось:
При рестарте апачь
# service httpd restart
Stopping httpd: [ OK ]
Remaining processes: 17444 17447 17472 17477 17688 17840 17947 17966 18060 18081 18093 18094 18098 18134 18144 18153 18168 18278 18287 18303 18308 18309 18311 18377 18379 18385 18388 18399 18405 18406 18413 18416 18419 18425 18426 18427 18439 18442 18445 18450 18451 18453 18455 18463 18465 18466 18512 18513 18526 18528 18534 18539 18540 18544 18546 18547 18552 18553 18556 18558 18559 18560 18561 18562 18612 18617 18618 18649 18651 18809
На низу, после рестарта:
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
В логах, куча таких записей:
[Tue Jan 13 08:38:49 2009] [warn] child process 18093 still did not exit, sending a SIGTERM
[Tue Jan 13 08:38:49 2009] [warn] child process 18094 still did not exit, sending a SIGTERM
[Tue Jan 13 08:38:49 2009] [warn] child process 18097 still did not exit, sending a SIGTERM
[Tue Jan 13 08:38:49 2009] [warn] child process 18098 still did not exit, sending a SIGTERM
[Tue Jan 13 08:38:49 2009] [warn] child process 18286 still did not exit, sending a SIGTERM
[Tue Jan 13 08:38:49 2009] [warn] child process 18287 still did not exit, sending a SIGTERM
[Tue Jan 13 08:38:49 2009] [warn] child process 18134 still did not exit, sending a SIGTERM
[Tue Jan 13 08:38:49 2009] [warn] child process 18385 still did not exit, sending a SIGTERM
Жду любые подсказки, в чем может быть проблема.


Посмотри на этот момент exim...
Чтоб не выскакивало
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

это означает что ексим подвис и каким то образом он залезает на порт apache

# netstat -lnp | grep ‘0.0.0.0:80′
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 22666/exim
# ps 22666
PID TTY STAT TIME COMMAND
22666 ? S<s 0:00 /usr/sbin/exim -Mc 1L5ryZ-0005tZ-T0


Перезапускай так...
killall -9 exim (возможно несколько раз, до падения сервиса)
и после стартуй apache и exim снова

Тоже достала эта трабла...
Вечно ексим забивает...
 
оппа такая же трабла тока exima у мну нету

[Sun Sep 19 11:27:04 2010] [warn] child process 7393 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 11694 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 11823 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 11824 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 11925 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 11941 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 11968 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 12167 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 12172 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 12232 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 13324 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 13442 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 13467 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 13515 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 13585 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 13698 still did not exit, sending a SIGTERM
[Sun Sep 19 11:27:04 2010] [warn] child process 13699 still did not exit, sending a SIGTERM
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху