I installed (in theory) modperl for Apache2, but I can't get Apache to load mod_perl.so
I've got a Windoze 2000 machine, with ActiveState perl :
perl -V produces:
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
Locally applied patches:
ActivePerl Build 807
Built under MSWin32
Compiled at Nov 3 2003 18:19:11
@INC:
C:/Perl/lib
C:/Perl/site/lib


Apache version is "2.0.39.0"
I got the ppm from http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd,
and ppm seemed quite happy to install the package.

the following in httpd.conf:
LoadFile "C:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so
produces the following in the error log:

... [notice] Parent: Received restart signal -- Restarting the server.
... [notice] Child 696: Exit event signaled. Child process is ending.
... [warn] (995)Unknown error: winnt_accept: Asynchronous AcceptEx failed.
... [notice] Child 696: Released the start mutex
... [notice] Child 696: Waiting for 250 worker threads to exit.
... [notice] Child 696: All worker threads have exited.
... [notice] Child 696: Child process is exiting

commenting out the "LoadModule perl_module modules/mod_perl.so" allows restart.
loading the dll seems to work fine.

In addition to being a newbie (at mod_perl), I'm also clueless ... :-)
Can anybody help?



*   Make it idiot proof and someone will make a better idiot.   *
*****************************************************************
Jim Bacon
[EMAIL PROTECTED]
303-666-9455 (H)
http://adams22.homeip.net
[EMAIL PROTECTED] (W)
720-494-4938 ext 329 (W) ... 720-494-9432 (FAX)


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to