Re: Startup script throwing error about $r when it shouldn't

2006-07-22 Thread Philip M. Gollucci
> sub request_cache { > if ($ENV{MOD_PERL}) { use Carp; confess shift; > require Apache2::RequestUtil; > 316:my $request = Apache2::RequestUtil->request; > my $cache = $request->pnotes(); tail -f error_log apachectl restart thats how I'm guessing there is some code no

Startup script throwing error about $r when it shouldn't

2006-07-21 Thread Max Kanat-Alexander
When I start Apache, I get this: Global $r object is not available. Set:\n\tPerlOptions +GlobalRequest\nin httpd.conf at /var/www/html/mod_perl/Bugzilla.pm line 316. Okay...that's from my startup script (I cut out most of the error message to make things clearer.) But he