log files

vagos

Verified User
Joined
Jun 12, 2008
Messages
26
How I can turn off creating logs and stats for one domain or all domains ?


Thanks
 
You can edit httpd templates:
cp /usr/local/directadmin/data/templates/virtual_host* /usr/local/directadmin/data/templates/custom
Then edit templates in /usr/local/directadmin/data/templates/custom - comment out
CustomLog /var/log/httpd/domains/|DOMAIN|.log combined
and
ErrorLog /var/log/httpd/domains/|DOMAIN|.error.log
 
Thanks a lot :)


Also is there any if I keep the logs for some domains to disable webalizer ?
 
Back
Top