Re: How can I tell whether mod_perl is running?

2004-10-03 Thread Greg Matheson
On Sat, 02 Oct 2004, Stas Bekman wrote: > >This is different than the public signature of httpd installed > >in /usr/local/httpd. Is this signature with the mod_perl > >information only for private testing? > Right, this is due to to test of the $s->add_version_component() method: My problem was

MP2 and SSI

2004-10-03 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, can MP2 be used with SSI as it was with MP1: Thanks, Torsten -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBX+HlwicyCTir8T4RArSUAKCkcQhpiFw1mdwqZUH7uguT0OI4qQCfV6Gu LIsDycYOtTXEbto0YQbnyX0= =3wSm -END PGP SIGNATURE

Re: MP2 and SSI

2004-10-03 Thread Geoffrey Young
Torsten Förtsch wrote: > Hi, > > can MP2 be used with SSI as it was with MP1: > > try this out http://search.cpan.org/~geoff/Apache-IncludeHook-2.00_02/ it's been a while since I've updated it, so if you have trouble with newer mod_perl/apache versions just let me know and I'll get it wor

Re: How can I tell whether mod_perl is running?

2004-10-03 Thread Stas Bekman
Greg Matheson wrote: On Sat, 02 Oct 2004, Stas Bekman wrote: This is different than the public signature of httpd installed in /usr/local/httpd. Is this signature with the mod_perl information only for private testing? Right, this is due to to test of the $s->add_version_component() method: My p

Re: Using different versions of perl libraries with same name

2004-10-03 Thread Ryan Underwood
On Sun, Oct 03, 2004 at 12:00:31AM -0400, Stas Bekman wrote: > > > >Apache::PerlVINC? > > > > http://search.cpan.org/~davem/Apache-PerlVINC-0.03/ Cool, that's not a perfect solution but it should work. I hope it gets along with Apache::Reload. > and if using modperl2, see: > http://perl.apache

Apache::PerlRun - Constant subroutine redefined

2004-10-03 Thread David Radunz
Hi All, I have looked high and low to work out how to avoid the 'Constant subroutine redefined' warnings in the error log, followed by the 'Prototype missmatch:' error upon subsequent hits to the apache child process - but, I have not been able to find an easy solution. The warnings are caused b

Re: Apache::PerlRun - Constant subroutine redefined

2004-10-03 Thread David Radunz
Also forgot to mention, this is running: mod_perl 1.29 perl 5.8.4 apache 1.3.27 and .. SunOS *** 5.9 Generic_112234-08 i86pc i386 i86pc Cheers On Mon, 2004-10-04 at 16:15, David Radunz wrote: > Hi All, > > I have looked high and low to work out how to avoid the 'Constant > subroutine redef