On Tue, 24 Jul 2007 15:55:55 -0400
"\"Crash\" Dummy" <[EMAIL PROTECTED]> wrote:
> The executable rotatelogs.exe is indeed in the L:/apache/bin folder.
> What am I missing?
A pipe |.
Without it, the entire quoted argument is taken as a filename.
--
Nick Kew
Application Development with Apache
I have set up logging in my httpd.conf file as follows
CustomLog logs/access.log common
CustomLog "L:/apache/bin/rotatelogs logs/access.log 900" common
I set up access.log in the first line a few days ago, and it works fine. Today I
decided to rotate the log using the instruction in the s