On Wed, 3 Sep 2003, Stas Bekman wrote:

> Flowers, Jay wrote:
> >
> > Do you get this behavior with some particular script or
> > just any kind? Does the same script work fine as
> > mod_cgi?
> >
> > All scripts, work the same.  They work fine under mod_cgi.
>
> Do normal handlers behave the same way? i.e. if you don't
> use registry but a complete handler:
> http://perl.apache.org/docs/2.0/user/intro/start_fast.html#Handler_Modules
>
> If the problem persists, make sure to submit a complete
> problem report here and may be someone on Windows XP will
> be able to help you. For more info see:
> http://perl.apache.org/bugs/

Seeing if normal handlers work would be a very good check.
And giving the information described at
http://perl.apache.org/bugs/ would also help.
I might also suggest checking that the mod_perl version
you have corresponds to the Apache version it was compiled
against (if you used the most recent ppm, this would be
against Apache 2.0.47) - if in doubt, try resinstalling
it, and make sure the mod_perl.so is copied to your
Apache2 modules/ directory. You might also try putting in
a directive
   LoadFile "/Path/to/Perl/bin/perl58.dll"
before loading mod_perl.so.

-- 
best regards,
randy kobes


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

Reply via email to