Apache, Mod_Perl Upgrade

2005-08-18 Thread Jonathan Steffan
After much work, I have installed perl 5.8.7 with all the modules I need. I had to upgrade to Apache 2.0.54 from 2.0.40 to be able to install mod_perl2. The new server seems to be working. I still have not gotten anything running. I'm stuck with a problem with mod_php and the server just not st

Re: Apache, Mod_Perl Upgrade

2005-08-18 Thread Jonathan Steffan
Jonathan Steffan wrote: After much work, I have installed perl 5.8.7 with all the modules I need. I had to upgrade to Apache 2.0.54 from 2.0.40 to be able to install mod_perl2. The new server seems to be working. I still have not gotten anything running. I'm stuck with a problem with mod_php a

Re: Apache, Mod_Perl Upgrade

2005-08-18 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > I went back to my 2.0.40 install of Apache. The 2.0.54 was not playing > nice with plesk. How do I update the @INC path and/or mod_perl for the > new perl 5.8.7? I try using CPAN with install Bundle::Apache and no go. > Any ideas? > > -Jon > >

Re: Apache, Mod_Perl Upgrade

2005-08-18 Thread Philip M. Gollucci
Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I went back to my 2.0.40 install of Apache. The 2.0.54 was not playing nice with plesk. How do I update the @INC path and/or mod_perl for the new perl 5.8.7? I try using CPAN with install Bundle::Apache and no go. Any ideas? Ac

Re: Apache, Mod_Perl Upgrade

2005-08-19 Thread Stas Bekman
Philip M. Gollucci wrote: [...] Actually from the README, *** Prerequisites *** Apache: Dynamic mod_perl (DSO):Apache 2.0.47 - 2.0.54. Static mod_perl: Apache 2.0.51 - 2.0.54. Newer Apache versions may work with this version of mod_perl. If not, the svn version likely wil

Re: Apache, Mod_Perl Upgrade

2005-08-19 Thread Jonathan Steffan
Stas Bekman wrote: Philip M. Gollucci wrote: [...] Actually from the README, *** Prerequisites *** Apache: Dynamic mod_perl (DSO):Apache 2.0.47 - 2.0.54. Static mod_perl: Apache 2.0.51 - 2.0.54. Newer Apache versions may work with this version of mod_perl. If not, the

Re: Apache, Mod_Perl Upgrade

2005-08-23 Thread Jonathan Steffan
Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I went back to my 2.0.40 install of Apache. The 2.0.54 was not playing nice with plesk. How do I update the @INC path and/or mod_perl for the new perl 5.8.7? I try using CPAN with install Bundle::Apache and no go. Any ideas?

Re: Apache, Mod_Perl Upgrade

2005-08-24 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [...] > /opt/perl/bin/perl Makefile.PL MP_APXS=/opt/httpd/bin/apxs > Reading Makefile.PL args from @ARGV > MP_APXS = /opt/httpd/bin/apxs > no conflicting prior mod_perl version found - good. > [ error] '/opt/httpd/bin/apxs -q INCLUDEDIR' failed: > [

Re: Apache, Mod_Perl Upgrade Take 2

2005-08-19 Thread Jonathan Steffan
Tom Schindl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I went back to my 2.0.40 install of Apache. The 2.0.54 was not playing nice with plesk. How do I update the @INC path and/or mod_perl for the new perl 5.8.7? I try using CPAN with install Bundle::Apache and no go. Any ideas?

Re: Apache, Mod_Perl Upgrade Take 2

2005-08-22 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [...] No. Your performance will be increased using a so called proxy-setup: - - Make your frontend server as light weight as possible (don't load php and mod-perl) - - Use mod-rewrite to forward requests to dynamic pages to your mod-perl enabled s

Re: Apache, Mod_Perl Upgrade Take 2

2005-08-22 Thread Jonathan Vanasco
On Aug 22, 2005, at 3:47 AM, Tom Schindl wrote: There's enough information in the docs and mail-archives else get one of the great mod-perl books. on the off chance that you're on freebsd, my notes will walk you through it http://dev.2xlp.com/trac/wiki/ FreeBsdApacheMultiServerSetupUsin