Форум ApacheDev

Apache isn't the fastest or maximally customizable web server, its popularity comes from the fact that it provides a very good balance of these things bundled with maximum portability and reliability.

Вы не зашли.

#1 2008-07-17 18:36:10

Goliath
Новичок
Зарегистрирован: 2007-04-18
Сообщений: 12
Рейтинг :   

Apache съедает практически 100% CPU

Поднял Apache на выделенном сервере под управление Windows 2003 Web Edition,  при обращение он сжирает 100% CPU.
Error.log

Код:

[notice] Server built: Jan  9 2007 23:17:20
[notice] Parent: Created child process 3192
[notice] Child 3192: Child process is running
[notice] Child 3192: Acquired the start mutex.
[notice] Child 3192: Starting 64 worker threads.
[notice] Child 3192: Starting thread to listen on port 80.

Пробивал прописать в VirtualHost следующие:

Код:

 <VirtualHost *:80>
    ServerName www.xxx.xxx
    ServerAlias xxx.xxx *.xxx.xxx
    DocumentRoot C:/Serv/www/xxx/
    RLimitMEM   32000000 32000000
    RLimitCPU   10       30
    RLimitNPROC 60       60
</VirtualHost>

Заранее благодарен за любое лекарство.
P.S: Я не сис админ smile

Неактивен

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson