Re: mod_perl timeouts in httpd.conf

2004-02-03 Thread Perrin Harkins
On Tue, 2004-02-03 at 20:37, sagi wrote: > Anyway to set a script / module timeout (soft or hard, or either) in > httpd.conf? You can use Apache::Resource, or whatever your OS provides for rlimit functionality. > We are just trying to port over some cgis and using Apache::PerlRun, > so I do not h

mod_perl timeouts in httpd.conf

2004-02-03 Thread sagi
Anyway to set a script / module timeout (soft or hard, or either) in httpd.conf?   We are just trying to port over some cgis and using Apache::PerlRun, so I do not have access to the request object (or do I?) , but I’m trying to implement a timeout for certain scripts. Can I set this in h