Hey,

Yeah... It's ActivePerl build 623.

What's a "vanilla" script? I know I can run scripts just fine with this same 
Perl when I comment out the mod_perl lines I have below.

Well, again, thanks for your help! If this is getting (or gets) too annoying 
for you, just direct me to the appropriate portion of some generic guide and 
I'll sort this out myself.


Thanks!


Carey





----Original Message Follows----
From: Randy Kobes <[EMAIL PROTECTED]>
To: Carey Burgess <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Need help installing on Win32...
Date: Tue, 1 May 2001 22:23:18 -0500 (CDT)


On Tue, 1 May 2001, Carey Burgess wrote:

 >
 > Now, how do I get it to work right? I added to httpd.conf like so:
 > ------------------------------------------------------------
 > LoadModule perl_module modules/mod_perl.so
 > #
 > # (Other stuff here...)
 > #
 > <Files ~ "\.(pl|cgi)$">
 > SetHandler  perl-script
 > PerlHandler Apache::Registry
 > Options +ExecCGI
 > </Files>
 > #
 > # (Other stuff here...)
 > #
 > Alias /cgi-bin/ "D:/serv/cgi-bin/"
 > <Location /cgi-bin>
 > SetHandler  perl-script
 > PerlHandler Apache::Registry
 > Options +ExecCGI
 > </Location>
 > -----------------------------------------------------------
 > So, I know the handler is now the perl module.
 >
 > But, I run into a problem at this point... Every time I run a script at 
all,
 > I get one of those 'illegal error' windows for Apache and it shuts down 
the
 > server alltogether. When reading the 'Details' portion of the error 
window,
 > it says "APACHE caused an invalid page fault in module MOD_PERL.SO at
 > 015f:100097bc."
 >

This type of error could result from trying to load a
library with some version or compilation incompatibility.
Is the perl binary in your PATH that of ActivePerl 6xx?
With this same perl, can you run vanilla cgi scripts OK?

best regards,
randy kobes



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to