You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2016/03/04 03:19:03 UTC

[Bug 59112] New: mod_fcgid breaks apachectl graceful

https://bz.apache.org/bugzilla/show_bug.cgi?id=59112

            Bug ID: 59112
           Summary: mod_fcgid breaks apachectl graceful
           Product: Apache httpd-2
           Version: 2.4.18
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_fcgid
          Assignee: bugs@httpd.apache.org
          Reporter: apache-bugs.a2@x25.pl

mod_fcgid 2.3.6,2.3.7, 2.3.9 and probably all ealier breaks apachectl graceful
(even apache requests that do not use fcgid)
mod_fcgid + suexec: default settings, adaptive spawn with socket communication
os: linux

How to recreate:
run in browser http://localhost/a.php and http://localhost/b.php at the same
time 
a.php and b.php has content:
<?
sleep(99999);

problem will not occur if only one script is running at the same time.
You can also at the same time initate download from for example
http://localhost/my.file.bz2

initiate apachectl gracefull

either all 3 requests will be terminated (and download broken) or 2 of them
(and 1 will continue). All 3 should continue.
If only 1 request is running then there is no problem.

Did anyone actualy tested apachectl graceful when there is more that 1 fcgid
process/hander running?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 59112] mod_fcgid breaks apachectl graceful

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59112

apache-bugs.a2@x25.pl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
                 OS|                            |All
             Status|NEW                         |RESOLVED

--- Comment #1 from apache-bugs.a2@x25.pl ---


*** This bug has been marked as a duplicate of bug 48769 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org