Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread pascal barbedor
> > Hello Friends, > > > > I am a newbie and had developed a proof-of-concept > > application on Apache 1.3.23/Mod_Perl-1.26-dev. We are > > researching into moving away from ASP/IIS Webapplications to > > Apache/Mod_Perl. I am stuck with the latest Apache 2.0.35 > > with the following problems.

Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread RStar
Randy, For what it's worth, I can verify Rex's experience with the exception that I used a win2k platform instead of Nt 4. I do have use Apache2 in my startup.pl. Rich "Arul, Rex" wrote: > > Randy: > > In order to keep my Apache 1.3.23/Mod_Perl-1.26 safe, I tried installing Apache >2.0.35/m

RE: RE: Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread Arul, Rex
Randy: In order to keep my Apache 1.3.23/Mod_Perl-1.26 safe, I tried installing Apache 2.0.35/mod_perl-2 on a different NT 4.0 Server with ActivePerl 628. LoadModule perl_module modules/mod_perl.so PerlModule Apache2 WORKS!!! However, when I write a simple Perl CGI page, it bombs at the notor

RE: Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread Randy Kobes
On Tue, 16 Apr 2002, Arul, Rex wrote: > Randy: > > Thanks for your response. Here are my responses: > >A few things to perhaps look at ... > > > >- does the service start OK, with mod_perl-2 enabled, if the > >PerlRequire statement isn't there? > > Yes! Apache2 server starts fine under the 'Apach

RE: Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread Arul, Rex
Randy: Thanks for your response. Here are my responses: >A few things to perhaps look at ... > >- does the error message give some more specific hint of what >may be wrong? Not at all. "THE REQUESTED OPERATION HAS FAILED" -- This is the message that I get from Apache Monitor Services applicatio

Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread Randy Kobes
On Tue, 16 Apr 2002 [EMAIL PROTECTED] wrote: > Hello Friends, > > I am a newbie and had developed a proof-of-concept > application on Apache 1.3.23/Mod_Perl-1.26-dev. We are > researching into moving away from ASP/IIS Webapplications to > Apache/Mod_Perl. I am stuck with the latest Apache 2.0.35

RE: Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread RRArul
Both the suppositions are right! To have the proof-of-concept working in Apache, I do have it working 100% under Apache 1.3.23/mod_perl-1.26. I had performed benchmark studies under IIS/ASP, Tomcat/JSP and Apache/MOD_PERL and have seen the best performance under Apache 1.3.23/Mod_Perl! However

Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread Dave Rolsky
On Tue, 16 Apr 2002, Perrin Harkins wrote: > [EMAIL PROTECTED] wrote: > > I am a newbie and had developed a proof-of-concept application on Apache >1.3.23/Mod_Perl-1.26-dev. We are researching into moving away from ASP/IIS >Webapplications to Apache/Mod_Perl. I am stuck with the latest Apache 2

Re: PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread Perrin Harkins
[EMAIL PROTECTED] wrote: > I am a newbie and had developed a proof-of-concept application on Apache >1.3.23/Mod_Perl-1.26-dev. We are researching into moving away from ASP/IIS >Webapplications to Apache/Mod_Perl. I am stuck with the latest Apache 2.0.35 with the >following problems. Do you rea

PerlRequire -mod_perl-2 - Apache 2.0.35

2002-04-16 Thread RRArul
Hello Friends, I am a newbie and had developed a proof-of-concept application on Apache 1.3.23/Mod_Perl-1.26-dev. We are researching into moving away from ASP/IIS Webapplications to Apache/Mod_Perl. I am stuck with the latest Apache 2.0.35 with the following problems. Today I installed Apache