> Ah, I know what's going on. I have one handler defined at the top level > (outside any container) and one defined in that particular <virtualhost>. > >> From what I read in mod_perl source, at merge time the latter replaces > > the former. So I guess I should either declare them both at the same level, > either outside of any container, or inside any container where I need both.
may be you can use push_handlers() as well. -- _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
