We have installed the Apache Server 2.2 on our Windows 2008 server and
we have configured in vhosts the rotatelogs. It works well but my
question is, why do we have more than one executions in our task
manager ?
This is what we have entered in our vhosts.
<VirtualHost *:80>
ServerAdmin ma...@domain.com
DocumentRoot "D:/intranet"
ServerName servername.domain.com
ErrorLog "|bin/rotatelogs logs/INTRANET/servername_%Y%m
%d_error.log 86400"
CustomLog "|bin/rotatelogs logs/INTRANET/%Y/%m/servername_
%d_access.log 86400" combined env=!exclude_from_log
#ErrorLog "|bin/cronolog.exe logs/INTRANET/servername_%Y%m
%d_error.log"
#CustomLog "|bin/cronolog.exe logs/INTRANET/%Y/%m/servername_
%d_access.log" combined env=!exclude_from_log
#ErrorLog "logs/intranet/servername_error.log"
#CustomLog "logs/intranet/servername_access.log" common
</VirtualHost>
Why do we have two httpd.exe, four cmd.exe and four rotatelogs.exe
running? Can you explain me this? The same thing do we have with
cronolog.exe!
Many thanks for your helping and have a nice day.
Best regards,
Daniel Lorenc