• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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