On Fri, 4 Apr 2003, Brian Reichert wrote:

> Dunno if someone has a good answer, or a suggestion of a better
> forum for this:
> 
> Apache has a configuration directive: MaxRequestsPerChild
> 
>   <http://httpd.apache.org/docs/mod/core.html#maxrequestsperchild>
> 
> In messing with Apache 1.x, is there a way, via mod-perl, of a
> request knowing how many requests have been served by the current
> child?


$request++;

That's what I do in some handler, and then I log it along with the PID.




-- 
Bill Moseley [EMAIL PROTECTED]

Reply via email to