• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Is there a way to disable access logs for a vhosts?

We run a high traffic server and the access logs get filled up very quick. I know we could implement rotation, but I would also like to prevent performance loss by having an access log, doesnt matter how marginal that would be. Any ideas?
 
You can try to use vhosts templates customization but unfortunately there is no option for Apache "access_log off" like in nginx. Therefore you should redirect access_log to /dev/null. In this case, you will win in reducing disk space, but do not win in the disk I/O operations (performance)
 
okay so there is no way to disable access logs in general or no way when someone uses plesk?
whats the right way to redirect access_log to /dev/null? that would be a start
 
I would rather disable access logs point blank, i thought doint it for particular vhosts might have been a simpler approach. but if i can disable it altogether it is even better
 
Back
Top