If I dont set a error log inside a virtual host it will default to the default error/access log. Is there a way to turn this off for one virtual host?
If I dont set a error log inside a virtual host it will default to the default error/access log. Is there a way to turn this off for one virtual host?
Within your
<VirtualHost>
block for the vhost in question you can configure the logs to be sent to /dev/nullChange /etc/apache2/conf-enabled/other-vhosts-access-log.conf to following:
On Ubuntu