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 2010/11/10 20:55:54 UTC

DO NOT REPLY [Bug 50249] New: mod_fcgid doesn't build against APR trunk

https://issues.apache.org/bugzilla/show_bug.cgi?id=50249

           Summary: mod_fcgid doesn't build against APR trunk
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_fcgid
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: covener@gmail.com


apr_wait_for_io_or_timeout() is not part of the API but used to be in an
accessible header (apr_support.h).   I guess the header is no longer installed.

modules/fcgid/fcgid_pm_unix.c:    rv =
apr_wait_for_io_or_timeout(g_pm_read_pipe, NULL, FOR_READ);

this dep was removed from the core filters when the internal apr_support was
better hidden

http://svn.apache.org/viewvc?view=revision&revision=343999

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 50249] mod_fcgid doesn't build against APR trunk

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

--- Comment #2 from Igor Galić <i....@brainsware.org> 2011-06-23 13:11:59 UTC ---
Created attachment 27201
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27201
replace private apr_wait_for_io_or_timeout with apr_poll or
apr_file_pipe_wait()

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 50249] mod_fcgid doesn't build against APR trunk

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

Igor Galić <i....@brainsware.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

--- Comment #3 from Igor Galić <i....@brainsware.org> 2011-06-23 13:15:01 UTC ---
This patch is based on sf's r935339 fix to mod_reqtimeout.
If figure if mainstream httpd modules can live without this private API, then
mod_fcgid can too.

So here's the patch, I don't think I have commit rights to mod_fcgid, and even
if I had, I don't like the handling of the pool in my patch.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 50249] mod_fcgid doesn't build against APR trunk

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

Igor Galić <i....@brainsware.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|PatchAvailable              |
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Igor Galić <i....@brainsware.org> 2011-06-25 12:25:40 UTC ---
consulted with sf, and decided for a simpler approach: r1139534

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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


DO NOT REPLY [Bug 50249] mod_fcgid doesn't build against APR trunk

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

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |major

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> 2010-11-10 21:51:34 EST ---
Correct, this was never a "public" API, but then again, APR-2 is not
"released".

Certainly something (mod_fcgid, or APR) needs to change before either is ready
for the release of APR-2.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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