I am trying to disable CustomLog (access_log) for my domain by adding an additional apache setting on plesk as described in this guide.
I have added the following setting:
Unfortunately, this setting doesn't seem to override the default setting as set in /var/www/vhosts/system/DOMAIN/httpd_ip_default.conf
When I change the setting directly in this (temporary) file, it works - but by using the recommended vhost.conf file, it doesn't override it.
The vhost.conf file is properly created upon adding the setting in Plesk and it is also included in the httpd_ip_default conf file. It doesn't override it, though.
Thanks for your help in advance!
I have added the following setting:
Code:
CustomLog /dev/null plesklog
Unfortunately, this setting doesn't seem to override the default setting as set in /var/www/vhosts/system/DOMAIN/httpd_ip_default.conf
When I change the setting directly in this (temporary) file, it works - but by using the recommended vhost.conf file, it doesn't override it.
The vhost.conf file is properly created upon adding the setting in Plesk and it is also included in the httpd_ip_default conf file. It doesn't override it, though.
Thanks for your help in advance!