Re: mod_perl and module versions

1999-12-22 Thread Eric L. Brine
> Lets say I have two directories : > /cgi-bin/dir1 i /cgi-bin/dir2 > and in every of them I have module conf.pm (configuration module). > Of course the first using one of the module causes cache'ying > it by mod_perl (using Apache::Registry or Apache::PerlRun). > When I use 'use conf' from the

Re: mod_perl and module versions

1999-12-22 Thread Stas Bekman
> I have just started to play with mod_perl module I found > a problem with my own modules (many versions of the module with the same > name) > I have found related topic dated on 28 Apr 97 (mod_perl and module > versions), > but unfortunatelly there was no solution... ;-( &g

Re: mod_perl and module versions

1999-12-22 Thread darren chamberlain
found > a problem with my own modules (many versions of the module with the same > name) > I have found related topic dated on 28 Apr 97 (mod_perl and module > versions), > but unfortunatelly there was no solution... ;-( > > Lets say I have two directories : > /cgi-bin/dir1

mod_perl and module versions

1999-12-22 Thread Waldek Grudzien
Hello everyone, I have just started to play with mod_perl module I found a problem with my own modules (many versions of the module with the same name) I have found related topic dated on 28 Apr 97 (mod_perl and module versions), but unfortunatelly there was no solution... ;-( Lets say I have