3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Jun 21, 2024 — Jun 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
server-status report: display elapsed seconds instead of absolute seconds for process active and idle times More... over 15 years ago
sync HTML transformation More... over 15 years ago
sync HTML transformation More... over 15 years ago
mention that information about FastCGI processes will be displayed in More... over 15 years ago
mention that information about FastCGI processes will be displayed in the server-status page More... over 15 years ago
fix some inaccuracies in the PHP process management notes More... over 15 years ago
fix some inaccuracies in the PHP process management notes More... over 15 years ago
minor language/formatting tweaks to the server-status output More... over 15 years ago
minor language/formatting tweaks to the server-status output More... over 15 years ago
stop using APLOG_NOTICE for debug or informational messages More... over 15 years ago
stop using APLOG_NOTICE for debug or informational messages More... over 15 years ago
fix name of failing syscall in a log msg More... over 15 years ago
fix name of failing syscall in a log msg More... over 15 years ago
comment about implication of resolving the use of tmpnam() More... over 15 years ago
comment about implication of resolving the use of tmpnam() More... over 15 years ago
log when request fails due to exceeding busy timeout; More... over 15 years ago
log when request fails due to exceeding busy timeout; similar to message in previous release, except that * we no longer know how long it had taken when the timeout was triggered * the uri is now traced More... over 15 years ago
axe a warning about bug 47873 (misnumbered in the comment) More... over 15 years ago
axe a warning about bug 47873 (misnumbered in the comment) More... over 15 years ago
tweaks to style fixes in r888840 More... over 15 years ago
tweaks to style fixes in r888840 More... over 15 years ago
this FIXME should have referenced bug 47873; as that was More... over 15 years ago
this FIXME should have referenced bug 47873; as that was fixed in r888840, remove it More... over 15 years ago
fix this: More... over 15 years ago
fix this: fcgid_bridge.c: In function ‘bucket_ctx_cleanup’: fcgid_bridge.c:166: warning: unused variable ‘sconf’ More... over 15 years ago
Respect DEFAULT_REL_RUNTIMEDIR for default values of FcgidIPCDir and FcgidProcessTableFile. More... over 15 years ago
Respect DEFAULT_REL_RUNTIMEDIR for default values of FcgidIPCDir and More... over 15 years ago
fix sloppy create vs. append behavior More... over 15 years ago
fix sloppy create vs. append behavior More... over 15 years ago
Bug fix, Bug 47873 - unreliable coordination between daemon and request thread for BusyTimeout processing New protocol is: 1. Process node's diewhy init with FCGID_DIE_KILLSELF 2. Process manager set diewhy to FCGID_DIE_BUSY_TIMEOUT and gracefully kill process while busy timeout 3. Process manager forced kill process while busy timeout and diewhy is FCGID_DIE_BUSY_TIMEOUT 4. Request handler move process node to error list if node's diewhy is FCGID_DIE_BUSY_TIMEOUT More... over 15 years ago