Where was I with the head?
Where I've wrote Prefork, read MPM :-P
Apache was compiled with Visual Studio 2005.

Anyway, any way to solve the issue?


On 3/20/08, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On Thu, Mar 20, 2008 at 9:15 AM, Iuri Fiedoruk <[EMAIL PROTECTED]>
> wrote:
> > Hello, I am working on a project that uses Apache 2.2 server with
> prefork
> > and I`m having some problems with rotatelogs on windows platform, any
> help
> > is welcome.
> >
> > First our log system is configured to rotate when files reach 5MB as
> > follows?
> >  CustomLog "|C:/apache/bin/rotatelogs.exe C:/apache/access_log
> 5M"  common
> > Most of the problems would be solved by using timely rotation, but
> > unfortunately this is not a option.
> >
> > 1. Each new log file is generated with a number after it like
> > error_log.2345345, so I don`t know what is the file name PHP should
> fopen.
> >  Also, each time the apache is restarted a new file is generate, before
> it
> > reaches the 5MB limit.
> >
> > 2. Each process (prefork remeber?) creates it`s own error log with a
> name
> > like error_log.2345345_24, error_log.2345345_26.
> >
> > Is there a way to make rotatelog bahave like in linux
> > (no numbering, file reaches 5MB, rename to .old, create a new log file).
>
> prefork? On windows? You're not doing something silly like using
> cygwin or something, are you? If so, then all bets are off.
>
> Joshua.
>
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Iuri Fiedoruk, Analista de Sistemas T&T.
Porto Alegre, RS, Brasil.

Reply via email to