Bug 42135 - RLimit... directives do not work with mod_cgid
Summary: RLimit... directives do not work with mod_cgid
Status: RESOLVED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_cgid (show other bugs)
Version: 2.2.6
Hardware: Other FreeBSD
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2007-04-16 07:49 UTC by Sergey N. Romanov
Modified: 2012-02-26 16:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey N. Romanov 2007-04-16 07:49:33 UTC
RLimit... directives do not work with mod_cgid but work with mod_cgi.
Comment 1 Takashi Sato 2007-09-29 19:14:30 UTC
http://httpd.apache.org/docs/2.2/en/mod/core.html#rlimitcpu
The document says:
This applies to processes forked off from Apache children servicing requests, 
not the Apache children themselves. This includes CGI scripts and SSI exec 
commands, but not any processes forked off from the Apache parent such as 
piped logs.

With mod_cgi CGI processes are children of "Apache children servicing 
requests".
mod_cgid creates a process from the Apache parent, and the process creates CGI 
processes.
Comment 2 Eric Covener 2010-12-04 09:56:10 UTC
trunk: r1042194
Comment 3 Stefan Fritsch 2012-02-26 16:43:11 UTC
fixed in 2.4.1