Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: log_rotate_module possible to create folders? |
|
Author |
|
haemm1
Joined: 13 Mar 2012 Posts: 5
|
Posted: Tue 12 Jun '12 9:47 Post subject: log_rotate_module possible to create folders? |
|
|
Hi there.
I am using the log_rotate_module on Apache 2.2.22(Windows) and I want to automatically create folders for logging each year in separate folder and each month in separate subfolder.
Just like this:
CustomLog "C:/apache/logs/%Y/%m/access_%d.log" combined
Atm i got an error when I try to start the Apache service because it cannot create the specified folder.
Windows permissions have been set.
When I create the folders manually before starting apache, all works fine.
Any ideas?
Thanks
Last edited by haemm1 on Tue 12 Jun '12 9:54; edited 1 time in total |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 12 Jun '12 9:53 Post subject: |
|
|
That module can't create folders by design.
A workaround would be to create the folder before.
If you can code in C than modify the source of mod logroate and post the diff |
|
Back to top |
|
haemm1
Joined: 13 Mar 2012 Posts: 5
|
Posted: Tue 12 Jun '12 13:43 Post subject: |
|
|
Ok. Thanks.
I can not code in C.
But I wrote a monthly scheduled Batch-Script to create the folders.
Greetings |
|
Back to top |
|
|
|
|
|
|