Hi All,
I'm writing a module that will run in Apache and has important code
that needs to run after all modules have loaded but before Apache forks
and starts serving requests. Since mod_perl 1.x ignores CHECK and INIT
blocks, and BEGIN blocks run too early for what I'm doing, I was
wondering if there's a hook in the mod_perl API where I can run some
code just before before Apache forks and starts serving requests?
If you must know what I'm doing, I'm looking for stuff in the symbol
table.
TIA!
David
--
David Wheeler AIM: dwTheory
[EMAIL PROTECTED] ICQ: 15726394
Yahoo!: dew7e
Jabber: [EMAIL PROTECTED]
Kineticode. Setting knowledge in motion.[sm]
- Re: [mp1] Alternative for CHECK David Wheeler
- Re: [mp1] Alternative for CHECK Stas Bekman
- Re: [mp1] Alternative for CHECK David Wheeler
- Re: [mp1] Alternative for CHECK Stas Bekman
- Re: [mp1] Alternative for CHECK David Wheeler
- Re: [mp1] Alternative for CHECK Stas Bekman
- Re: [mp1] Alternative for CHECK David Wheeler