База знаний

CloudLinux AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/httpd/conf/httpd.conf

  • 3

После обычного обновления пакетов, перезапусился httpd сервис, но встать не смог,  проблемой:
 AH00548: NameVirtualHost has no effect and will be removed in the next release /etc/httpd/conf/httpd.conf

Проблема связана с тем что не смогу прочитаться все include virtual хосты, из-за лимитов на кол-во открытых файлов в системе.

Проблема исправляеться так:

mkdir -p /etc/systemd/system/httpd.service.d/
echo -e "[Service]\nLimitNOFILE=16384" >> /etc/systemd/system/httpd.service.d/nofile.conf
systemctl daemon-reload
systemctl start httpd.service

CloudLinux 7


Помог ли вам данный ответ?