I have a domain that generates over 2Gigs of logs a day and I want to know if I can stop it by using the vhost.conf file. What would be the right code to put in?
I've tried:
CODE
LogFormat "%h %l %u %t "%r" %>s %b" common
CustomLog /dev/null common
CustomLog /dev/null common
And it doesn't work.
Please help
Thanks in advance