On Fri, Nov 18, 2011 at 3:20 PM, Josh Narins <jnar...@seniorbridge.com>wrote:

> my $r = Apache2::RequestUtil->request;****
>
> $r->add_config($template->output);****
>
> ** **
>
> Which gets me****
>
> ** **
>
> Syntax error on line 66 of /home/web/rosalind-dev9/etc/httpd/httpd.conf:**
> **
>
> \t(in cleanup) Global $r object is not available. Set:\n\tPerlOptions
> +GlobalRequest\nin httpd.conf at
> /home/web/rosalind-dev9/etc/httpd/httpd.conf line 116.\n****
>
> ** **
>
> This seems odd to me, because +GlobalRequest is set before the <Perl>
> section, and is clearly set when I check Apache2::Directive in Cleanup.
>

This is in your conf file, right?  There's no request yet.  I think it's
just a confusing error message.

- Perrin

Reply via email to