• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

Resolved Log rotation for proxy_access_log?

H9k

Regular Pleskian
Hi there!
I just noticed that Plesk does not rotate the proxy_access_log and proxy_access_ssl_log files.
The logrotate.d files all look like so:

Code:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
/var/www/vhosts/system/somedomain.tld/logs/*.processed {
        size=10485760
        rotate  10
        compress
        missingok
        copytruncate
}
/var/www/vhosts/system/somedomain.tld/logs/error_log {
        size=10485760
        rotate  10
        compress
        missingok
        copytruncate
}
/var/www/vhosts/system/somedomain.tld/logs/proxy_error_log {
        size=10485760
        rotate  10
        compress
        missingok
        copytruncate
}

How come proxy_access_log and proxy_access_ssl_log are missing? How can I have those added?
Running Onyx on Ubuntu 16.04.
 
Oh, how come I didn't find it :)
So that explains why my access_log sometimes contains stuff not in chronological order, I guess the merging is not 100% accurate but whatever.
Thanks!
 
Back
Top