- or download this
<VirtualHost *:8080>
ServerName test.graq.co.uk
...
Include "/etc/httpd/conf/dev8080/graq.conf"
Include "/etc/httpd/conf/dev8080/other.conf"
</VirtualHost>
- or download this
...
PerlModule GRAQ::Menu;
...
PerlResponseHandler GRAQ::Menu
</Location>
...
- or download this
package GRAQ::Menu;
...
$r->log_error( 'GRAQ::Menu::handler: START');
...
}
- or download this
package GRAQ::Menu;
...
my $r = $f->r;
...
}
- or download this
<IfDefine MODPERL2>
PerlOptions +GlobalRequest
</IfDefine>
- or download this
Can't locate object method "log_error" via package "Apache2::RequestRe
+c" at /home/graq/lib/GRAQ/Menu.pm line 56.