On 11/12/2010 08:11 PM, Patrick McCambridge wrote:
Hi Tony, the answers to your first questions are yes and yes. I am running
Apache 2.2.16
Here is my full path to rotatelogs:
V:\Apache22\bin
Here is my full path to logs folder:
V:\Apache22\logs
TransferLog "| /Apache22/bin/rotatelogs -l -f
/Apache22/logs/apache_access_log.%m-%d-%y-%I:%M:%S 86400"
You're running Apache on Windows, but you're using Unix paths here. Change this
to
TransferLog "| V:/Apache22/bin/rotatelogs.exe -l -f
V:/Apache22/logs/access-%m-%d-%y-%I-%M-%S.log 86400"
(please note that : is an illegal character in a Windows filename)
Joost
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org