Any guide/doc to upgrade to apache 2.2 from apache 1.3?
-- Life is Just a dream on the way to death... Regards Shantlingayya
Is there any utility/tool ? to find mod_perl programs
-- Life is Just a dream on the way to death... Regards Shantlingayya
Re: How to reference %Location outside of ...?
On Mon, Feb 28, 2011 at 4:41 PM, Jeff Nokes wrote: > I've seen it done where you can make a home-grown module that has a second > package declaration for Apache[2]::ReadConfig. Something like ... Thanks, I've found that this works: use Some::Module; Some::Module::init(__PACKAGE__); packa