apache 2.0.28 and mod_perl

2002-01-18 Thread Bryan Henry

are there issues with running mod_perl on Apache 2.0?
I have not found any complaints or warnings in any documentation.
regards,
Bryan



Re: apache 2.0.28 and mod_perl

2002-01-18 Thread James G Smith

Bryan Henry [EMAIL PROTECTED] wrote:
are there issues with running mod_perl on Apache 2.0?
I have not found any complaints or warnings in any documentation.

I wouldn't expect mod_perl 1.x to work with Apache 2.x.  The API is
completely (or pretty much so) different.

mod_perl 2.0 is being written for Apache 2.0 and should work in the
threaded environment that should be expected with Apache 2.x (even if
not built with it -- modules for Apache 2.x might run with threading
enabled depending on the platform and so should be written to expect
it).

However, mod_perl 2.0 and Apache 2.0 are still pretty much
development code and shouldn't be expected to be as robust in
production as Apache 1.3.x and mod_perl 1.26.

Anyone can feel free to correct me on any of this :)
-- 
James Smith [EMAIL PROTECTED], 979-862-3725
Texas AM CIS Operating Systems Group, Unix



Re: apache 2.0.28 and mod_perl

2002-01-18 Thread Philip M. Gollucci

Lots of luck.

I tried 1.26 and 2.0 last night... you'll get a lot of errors, unless I missed
something.

--
Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118

Science, Discovery,  the Universe (UMCP)
Webmaster  Webship Teacher
URL: http://www.sdu.umd.edu

EJPress.com
Database/PERL Programmer  System Admin
URL : http://www.ejournalpress.com

Resume  : http://www.p6m7g8.com/resume.txt


On Fri, 18 Jan 2002, Bryan Henry wrote:

 are there issues with running mod_perl on Apache 2.0?
 I have not found any complaints or warnings in any documentation.
 regards,
 Bryan