Re: Apache::TestMB quitting too early

2007-10-11 Thread Stas Bekman
Michael Peters wrote: I'm using Apache::TestMB to test a distribution of mine. I haven't done much work on it lately, but I've recently re-installed everything on a new machine and needed to do some work on it today. So I make sure httpd, httpd-devel and mod_perl are all installed as well as Apa

Apache::TestMB quitting too early

2007-10-11 Thread Michael Peters
I'm using Apache::TestMB to test a distribution of mine. I haven't done much work on it lately, but I've recently re-installed everything on a new machine and needed to do some work on it today. So I make sure httpd, httpd-devel and mod_perl are all installed as well as Apache::Test (which passed

Re: Two versions of the same app in one Apache with mod_perl?

2007-10-11 Thread Michael Lackhoff
On 11.10.2007 12:07 Michael Lackhoff wrote: > But when I try to start Apache with this setting it just dies during > startup without any error message. > Perhaps this doesn't work on Windows? > My config: Apache 2.0.59, Perl 5.8.8 compiled with VC6 everything > running under Windows 2000 Server. >

Re: [win32] mod_perl-2.0.3 + apache 2.2.4-openssl + ActivePerl 5.8.8b820 -> module not found

2007-10-11 Thread Torsten Krah
Never mind - i've should have read more carefully - i've taken the one for 2.0 instead 2.2, works flawless now. Torsten Torsten Krah schrieb: Hi. I've read the list + install instructions and did install: apache 2.2.4 from http://httpd.apache.org/. mod_perl-2.0.3 like described here: http:/

Re: Two versions of the same app in one Apache with mod_perl?

2007-10-11 Thread Michael Lackhoff
On 11.10.2007 11:31 Torsten Foertsch wrote: >> Any other ideas what I could do? > > With mp2 and a perl that supports ithreads (perl -V:useithreads): it is mp 2.0.3 and perl -V:useithreds gives: useithreads='define'; > PerlOptions +Parent But when I try to start Apache with this setting it j

Re: Two versions of the same app in one Apache with mod_perl?

2007-10-11 Thread Torsten Foertsch
On Thursday 11 October 2007 10:59, Michael Lackhoff wrote: > The problem seems to be that the modules are read only once since the > namespaces are the same under myapp and myapp_test and there don't seem > to be per virtual host copies of the modules. So, whatever is called > first wins -- or is m

[win32] mod_perl-2.0.3 + apache 2.2.4-openssl + ActivePerl 5.8.8b820 -> module not found

2007-10-11 Thread Torsten Krah
Hi. I've read the list + install instructions and did install: apache 2.2.4 from http://httpd.apache.org/. mod_perl-2.0.3 like described here: http://perl.apache.org/docs/2.0/os/win32/install.html - the one for apache 2.2. ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl-2.0.ppd Activ

Two versions of the same app in one Apache with mod_perl?

2007-10-11 Thread Michael Lackhoff
Hello, is it possible to have two instances/versions of the same app under mod_perl? I was hoping that something like this would do what I wanted but it didn't: # the production instance ServerName myserver.dyndns.org use lib '/www/app/myapp'; $MyApp::CAP::Base::basedir='/www/app