From: Drew Wilson
I have a similar confusion. My httpd.conf opens with
LoadModule
perl_module modules/mod_perl.so <Perl> open FIL, ">>c:\\a.txt"; print FIL "\nStart httpd.conf pid=$$"; close FIL; </Perl> After starting Apache I have the following in c:\a.txt Start httpd.conf pid=2144 Start httpd.conf pid=2144 Start httpd.conf pid=2072 startup.pl is also run three times. The config is win2k, apache 1.3.17, mod_perl 1.25. The taskmanager shows two apache.exe's running and two cidaemons. I could understand a fallback apache, bit I cannot see why the code is executed twice for the same pid. Can someone explain this behaviour - or tell me where I should go to read about it. (politely!-) TVM - Paul Cotter |
Title: mod_perl startup sequence?
- mod_perl startup sequence? Drew Wilson
- Paul Cotter