Re: Several versions of a modperl handler in a server instance

2006-01-26 Thread Tomas Zerolo
On Thu, Jan 26, 2006 at 02:15:56PM +0100, Tom Schindl wrote: [...] > http://perl.apache.org/docs/2.0/user/config/config.html#C_Parent_ > > is more appropriate for this problem ;-) Just to get that into the archives. Right, thanks. But with your original pointer it was easy to find out that. Thank

Re: Several versions of a modperl handler in a server instance

2006-01-26 Thread Tom Schindl
Tomas Zerolo wrote: > On Thu, Jan 26, 2006 at 11:27:44AM +0100, Tom Schindl wrote: > [...] > >>In mp2: >> - use different VHost with different Inc-paths >>http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlOptions_ > > > Wow. My imagination was too small to come up with that. Thanks a

Re: Several versions of a modperl handler in a server instance

2006-01-26 Thread Tomas Zerolo
On Thu, Jan 26, 2006 at 11:27:44AM +0100, Tom Schindl wrote: [...] > In mp2: > - use different VHost with different Inc-paths > http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlOptions_ Wow. My imagination was too small to come up with that. Thanks a bucket! -- tomas signature.asc

Re: Several versions of a modperl handler in a server instance

2006-01-26 Thread Tom Schindl
In mp1: - Apache::VINC http://perl.apache.org/docs/1.0/guide/modules.html#Apache__PerlVINC___Allows_Module_Versioning_in_Location_blocks_and_Virtual_Hosts In mp2: - use different VHost with different Inc-paths http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlOptions_ Tom Tomas Ze