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 have access to the request object (or do I?)

You do: it is passed in to your script, so all you have to do is put "$r
= shift" at the top of your script to get it.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to