Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
HTTP_KEEP_ALIVE 300
HTTP_CONNECTION keep-alive
/usr/local/apache/conf/httpd.conf,v Едиинственный конфиг где прописано KeepAlive
Переписал конфиг, через WHM жмакнул Пересобрать конифигурацию Apache
Все сделалось запустилось но phpinfo() все равно показывает
PHP:HTTP_KEEP_ALIVE 300 HTTP_CONNECTION keep-alive
пойду на apache.org почитаю в каком месте нужно отключать keep-alive
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Direct modifications to the Apache configuration file may be lost upon subsequent regeneration of the #
# configuration file. To have modifications retained, all modifications must be checked into the #
# configuration system by running: #
# /usr/local/cpanel/bin/apache_conf_distiller --update #
# To see if your changes will be conserved, regenerate the Apache configuration file by running: #
# /usr/local/cpanel/bin/build_apache_conf #
# and check the configuration file for your alterations. If your changes have been ignored, then they will #
# need to be added directly to their respective template files. #
# #
# It is also possible to add custom directives to the various "Include" files loaded by this httpd.conf #
# For detailed instructions on using Include files and the apache_conf_distiller with the new configuration #
# system refer to the documentation at: Для просмотра ссылки Войдиили Зарегистрируйся #
# #
# This configuration file was built from the following templates: #
# /var/cpanel/templates/apache2/main.default #
# /var/cpanel/templates/apache2/main.local #
# /var/cpanel/templates/apache2/vhost.default #
# /var/cpanel/templates/apache2/vhost.local #
# /var/cpanel/templates/apache2/ssl_vhost.default #
# /var/cpanel/templates/apache2/ssl_vhost.local #
# #
# Templates with the '.local' extension will be preferred over templates with the '.default' extension. #
# The only template updated by the apache_conf_distiller is main.default. #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
Проблема так и не решилась.
Обычно нагрузка начинается в рандомное время и идет по следующему графику:
(После Слэша идет текущее load average)
В пиковый момент нагрузки делаю
netstat -n И вижу следующее
*** скрытое содержание ***
Перезапускаю Apache все соединения пропадают (на графике косая сразу падает до нормальной нагрузки )
Какого то глобального DDOSa не вижу
Единственное что заметно, что из подсети 91.209.70.*** очень много подключений
Данные IP адреса принадлежат
*** скрытое содержание ***
Кто нибудь знает стоит ли баннить данную подсеть ? либо это просто провайдер интернета, через который идет больщое колиество траффика ?
iptables -A INPUT -p tcp --dport 80 -m iplimit --iplimit-above 30 -j REJECT
Тебе не на apache.org надо идти, а внимательно прочитать комментарии в начале httpd.conf
То есть какие бы ты изменения не вносил в httpd.conf они все будут перезаписаны.
Как вариант внести нужные тебе изменения в httpd.conf и сразу же выполнить
/usr/local/cpanel/bin/apache_conf_distiller --update
тебе нужно знать причину ? или просто избавится от последствий ?
вообще и то и другое сделает фаер), вот например для iptables
%psacln ALL=/sbin/service httpd restart, /sbin/service httpd start, /sbin/service httpd stop
В этих конфигах пересмотрел все тристо раз ничего не нашел что относится к keepAlive