Re: Why can't I access $r->server->timeout ?

2008-09-18 Thread Fred Moyer
Adam Woodworth wrote: If I do this with mod_perl 2.0.3 from inside my mod_perl application: print STDERR "timeout = " . $r->server->timeout() . "\n"; I get this: [Thu Sep 18 16:28:01 2008] [error] [client 192.168.1.40] Can't locate object method "timeout" via package "Apache2::ServerRec" at /v

Why can't I access $r->server->timeout ?

2008-09-18 Thread Adam Woodworth
If I do this with mod_perl 2.0.3 from inside my mod_perl application: print STDERR "timeout = " . $r->server->timeout() . "\n"; I get this: [Thu Sep 18 16:28:01 2008] [error] [client 192.168.1.40] Can't locate object method "timeout" via package "Apache2::ServerRec" at /var/httpd/lib/perl/SiteSp