Re: Windows settings cause crash (originally: FAIL!!!)

2008-10-13 Thread William A. Rowe, Jr.
Before changing either detail that Foo JH pointed out, first try backing down to activestate perl 5.8 build 820(?). It seemed to be a very stable build for most people's use. Foo JH wrote: > You may want to try 2 options: > 1. Use an older version of the Apache build like 2.2.6. It has been > kno

Re: Windows settings cause crash (originally: FAIL!!!)

2008-10-13 Thread Foo JH
You may want to try 2 options: 1. Use an older version of the Apache build like 2.2.6. It has been known to be fairly stable. 2. Try the build from ApacheLounge. It's generally not favoured, but it seems to handle some things better. greg augustine wrote: Also, the ThreadsPerChild is 250 and

RE: 64-bit mod_perl 2 on Mac OSX 10.5 (Leopard)

2008-10-13 Thread Srinivas Gadde
45% commission is offered. see below -- My team can work for you and for your projects. http://www.gecpvt.com/NoIpResume.pdf http://gecpvt.com/future_patents/ http://www.gecpvt.com/Jobs http://www.gecpvt.com/Sales srinivas -- > CC: modperl@perl.apache.org > From: [E

Re: Sleepycat::DbXml problem "httpd: symbol lookup error"

2008-10-13 Thread Fred Moyer
Felipe de Jesús Molina Bravo wrote: maybe is important to say how compile apache and modperl (it was very difficult): Can you try compiling mod_perl as a shared object? Static module support for mp2 is not as well supported. perl Makefile.PL MP_APXS=/path/to

Re: 64-bit mod_perl 2 on Mac OSX 10.5 (Leopard)

2008-10-13 Thread Chetan Sarva
On Oct 9, 2008, at 7:08 PM, Fred Moyer wrote: Which is what leads me to believe that I need to build x86_64 perl and mod_perl to make it work. Are my assumptions correct? I have found Leopard's default builds to not be that developer friendly (perhaps a good indicator is that you have to in

Re: sethandlers question

2008-10-13 Thread Torsten Foertsch
On Mon 13 Oct 2008, André Warnier wrote: > As explained the other thread (requests and subrequests), I thought > it was more elegant and mod_perl-ish, instead of doing a re-direct to > a login page if the user needed authentifying, to having the login > page returned by a content handler. The apac

RE: Windows settings cause crash (originally: FAIL!!!)

2008-10-13 Thread greg augustine
Also, the ThreadsPerChild is 250 and MaxRequestsPerChild 5> From: [EMAIL PROTECTED]> To: modperl@perl.apache.org> Subject: FAIL!!!> Date: Mon, 13 Oct 2008 07:47:35 -0500> > > hello,> > I'm trying to get mod_perl running under Windows. I used the latest perl from ActiveState (5.8.8.824), Ap

Re: sethandlers question

2008-10-13 Thread André Warnier
Hi Torsten. Once again, I thank you for the time spent researching and answering my question(s). Unfortunately, I am less fluent in C than you (which is why after all I like and use mod_perl), so sometimes referring me to the C code is not as enlightening to me as it undoubtedly is to you. But

Re: Sleepycat::DbXml problem "httpd: symbol lookup error"

2008-10-13 Thread Felipe de Jesús Molina Bravo
2008/10/11 Fred Moyer <[EMAIL PROTECTED]> > Felipe de Jesús Molina Bravo wrote: > >> >> > Try rebuilding apache and mod_perl - it may be trying to load a >>version of DbXML at runtime different than what it was built >>with. I've seen similar problems in the past and rebui

Error While installing Mod_perl

2008-10-13 Thread JackNicolson
Hi All, I am installing mod_perl in my machine but getting some error below is the procedures which I followed for installing the mod_perl Step1 : perl Makefile.PL MP_APR_CONFIG=/usr/local/apache2/bin/ asked for apache path given : /usr/local/apache2 Step2: make Step 3: make test In the abov

FAIL!!!

2008-10-13 Thread greg augustine
hello, I'm trying to get mod_perl running under Windows. I used the latest perl from ActiveState (5.8.8.824), Apache 2.2.9 from apache.org, and mod_perl 2.0.4, installed from ppm. When I ran a simple perl script and had 20 simulated users hitting the page, it eventually said "Out of memory!"

Re: auto configuration

2008-10-13 Thread valerio crini
> > I think i'm failing in something but i can't understard where my error > > is, googling I'didn't found any clue. > > May some sage help me? > > > > I just had a look at this stuff, and it seems like there is one big > whole in the documentation which is how exactly Apache::Test finds the

Re: sethandlers question

2008-10-13 Thread Torsten Foertsch
On Sun 12 Oct 2008, André Warnier wrote: > > >    SetHandler jakarta-servlet >    SetEnvIf REQUEST_URI "\.(htm|web|css|gif|jpg|js|html?)$" no-jk > >    PerlXXXHandler My::Module->some_method > >    ... > > > > ("jakarta-servlet" above means mod_jk --> Tomcat) > (and PerlXXXHandler being any kind