On Thu, Jan 9, 2025 at 12:56 AM Noel Butler <noel.but...@ausics.net> wrote: > On 09/01/2025 00:08, Eric Covener wrote: >> On Wed, Jan 8, 2025 at 8:41 AM Edson Alves Pereira <eap.eapere...@gmail.com> >> wrote: >>> >>> Hello guys, I´d like to add a Rolling Log feature to Apache Web Server, >>> some like if the user add: >>> >>> RollingLog = true >>> >>> on httpd.conf, Apache will automatically add ( -YYYYMMDD ) to the end of >>> log´s file name. >> >> People commonly use rotatelogs / piped logging and OS facilities like >> logrotated which are both pretty flexible. >> Why another way? > > logrotate installed on just about every linux distro has been around a very > long time and is proven.
Maybe not the most common setup, but what do people do when running Apache httpd on Windows? I don't run one myself, but still I'm wondering if there are also "standard" solutions for Windows. "Everyone on linux has a solution" is not the same as "everyone has a solution". A built-in implementation (with a limited feature set presumably) would give everyone at least a basic incantation of this (and those who prefer can still use logrotate). -- Johan