Не отключаются логи
Posted: Sun Mar 06, 2016 10:54 am
Нужно отключить логи 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