On Jan 5, 2008 5:26 PM, Steffen <[EMAIL PROTECTED]> wrote: > With 2.2.7 on windows mod_perl is still not working, > 2.2.4 was the latest version where mod_perl was working. > > mod_perl with Apache as service crashes when starting Apache. > mod_perl with Apache cmd-line Apache starts but does not dipslay a page, no > signs in the logs. mod_perl compiled fine over here! and is loaded... I don't have an extensive config though to test. I'm using an older perl compiled vs.net 2003.
-- # Perl Configuration <IfModule mpm_winnt.c> LoadFile "/perl/bin/perl58.dll" </IfModule> LoadModule perl_module modules/mod_perl.so <IfModule mod_perl.c> #perl startup modules PerlModule ModPerl::Util; PerlModule Apache2::RequestRec; PerlModule Apache2::RequestIO; PerlModule Apache2::RequestUtil; PerlModule Apache2::ServerRec; PerlModule Apache2::ServerUtil; PerlModule Apache2::Connection; PerlModule Apache2::Log; PerlModule Apache2::Const:common; PerlModule APR::Const:common; PerlModule APR::Table; PerlModule Apache2::compat; #PerlModule CGI; PerlResponseHandler ModPerl::Registry; </IfModule> -- with that config it seems to work fine over here if you want I can send you my binary + perl binary. > > Rather as with 2.2.6 we prefer not to make again a patch for the > Apachelounge community. > > Btw. mod_fcgid looks now ok. Yep working over here aswel! > > Steffen > > ----- Original Message ----- > From: "Jim Jagielski" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <dev@httpd.apache.org> > Sent: Friday, 04 January, 2008 21:00 > > Subject: Pre-release test tarballs of httpd 1.3.40, 2.0.62 and 2.2.7 > available > > > > Apache HTTP Server fans, > > > > The latest versions of all 3 variants of Apache HTTP Server (1.3.40, > > 2.0.62 and 2.2.7) have been tagged. The test tarballs are available > > for testing and feedback at the below location. Everyone is reminded > > that this does not constitute an official release of these > > tarballs yet; assuming these pass muster, the hope and intent is > > to release and announce early next week. > > > > All files in: > > > > http://httpd.apache.org/dev/dist/ > > > > > > > > -- ~Jorge