Rainer Jung wrote:
> Hi Henri,
> 
> Henri Gomez wrote:
>> 2007/4/17, Rainer Jung <[EMAIL PROTECTED]>:
>>> Apache always initializes twice (all platforms), so this part is usual.
>>>
>>> What seems special though, is that on *nix platforms, the two init runs
>>> are done by different processes, the second process replaces the first
>>> one. Your mod_jk log file shows the same pid for both runs. So this
>>> might be special and lead to unexpected results, because now things are
>>> really done twice.
>>
>> Well I5/OS is running in MPM mode so...
> 
> Yes, Apache 2.0 always uses MPMs, but on the platforms I know they never
> initialize both times with the same process.

The parent process always pre-loads the config, runs the full config
hooks to test that the module can run, unloads everything and then will
start "for real".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to