> 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
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