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


Reply via email to