• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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