Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Не отключаются логи
Не отключаются логи
Нужно отключить логи httpd но никак не получается в конфиге закоментил строки но увы не помогает
CentOS7
httpd.conf
но логи все равно пишутся в /var/log/httpd/domains
CentOS7
httpd.conf
Code: Select all
#ErrorLog "/dev/null"
#LogLevel warn
#LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
#LogFormat "%h %l %u %t \"%r\" %>s %b" common
#LogFormat "%b" bytes
#CustomLog "/dev/null" combined
но логи все равно пишутся в /var/log/httpd/domains