I want to know how to disable error.log globally. I understand the risk that come with it. I just want to do it. I was able to find one for access_log and disable it:
#CustomLog logs/access_log combined
but error_log does not exist in /etc/apache2/conf/httpd.conf
Where do one go to disable it /etc/apache2/logs/error_log?
#CustomLog logs/access_log combined
but error_log does not exist in /etc/apache2/conf/httpd.conf
Where do one go to disable it /etc/apache2/logs/error_log?