Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Panic error from mod_perl

Quote Reply
Panic error from mod_perl
Hi:

Been fighting to get mod_perl running for a while now- I appreciate the help that has gotten me this far!

Now, however, I am getting a PANIC error (and the site gores down!) when I enable mod_perl.

The EXACT error is:

PANIC Popstack
Callback called Exit

And -since the site goes down- that is about the only clue I have. I beleive I have everything configured correctly. This is in my http.conf:

<Location /bcdb>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
PerlSendHeader On
</Location>

PerlRequire /home/c/cartoon/startup.pl

And /bcdb is the correct path to .cgi files. Startup.pl is this:

use lib '/home/c/cartoon/public_html/bcdb/admin';
use Links::mod_perl;
1; #return true value

So that should be right. When I restart httpd, it goes through all the scripts, and reports them ok, and starts the httpd... and all the virtual sites come up, but bcdb goes down.

Any ideas? This is WAY beyond me!

thanks!

dave

Quote Reply
Re: Panic error from mod_perl In reply to
Hi,

When do you get this error? Any cgi file you request? Is there anything else in the error log before or after this?

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Panic error from mod_perl In reply to
Alex:

it happens system wide. the second i restart httpd, any link and every link results in this. however, when it compiles, it does say everything is ok.. It is the ONLY thing I get in the error-log after a restart (and the restart message is normal...)

dave

Quote Reply
Re: Panic error from mod_perl In reply to
Hi Dave,

Can you drop me an email with system access (I would need root) to see what's going on?

Cheers,

Alex

--
Gossamer Threads Inc.