3
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
catch up with httpd trunk changes to ap_ mutex APIs More... almost 14 years ago
catch up with httpd trunk changes to ap_ mutex APIs More... almost 14 years ago
Correct a problem that resulted in FcgidMaxProcesses being ignored in some situations. More... almost 14 years ago
Correct a problem that resulted in FcgidMaxProcesses being ignored More... almost 14 years ago
Fix the search for processes with the proper vhost config when More... almost 14 years ago
Fix the search for processes with the proper vhost config when ServerName isn't set in every vhost or a module updates r->server->server_hostname dynamically (e.g., mod_vhost_cdb). More... almost 14 years ago
clean up declarations of buffers for cmdline and executable paths - now there are separate fcgid-specific constants for those limits - cmdline limit is now larger than executable path limit More... almost 14 years ago
clean up declarations of buffers for cmdline and executable paths More... almost 14 years ago
Allocate enough array elements for APACHE_ARG_MAX arguments plus a terminating NULL pointer. More... almost 14 years ago
Allocate enough array elements for APACHE_ARG_MAX arguments plus a More... almost 14 years ago
axe needless sanity checks in procmgr_post_spawn_cmd(): More... almost 14 years ago
axe needless sanity checks in procmgr_post_spawn_cmd(): More... almost 14 years ago
add a debug log of the number of processes being terminated More... almost 14 years ago
add a debug log of the number of processes being terminated gracefully on the current error scan More... almost 14 years ago
fix link to mailing list post More... almost 14 years ago
fix link to mailing list post More... almost 14 years ago
process class issues come up over and over; note some recommended More... almost 14 years ago
process class issues come up over and over; note some recommended reading More... almost 14 years ago
generated HTML More... almost 14 years ago
generated HTML More... almost 14 years ago
doc the SIGTERM/SIGKILL interval implication for FcgidErrorScanInterval More... almost 14 years ago
doc the SIGTERM/SIGKILL interval implication for FcgidErrorScanInterval More... almost 14 years ago
rebuild generated HTML More... almost 14 years ago
rebuild generated HTML More... almost 14 years ago
FcgidPassHeader now maps header names to environment variable names More... almost 14 years ago
FcgidPassHeader now maps header names to environment variable names in the usual manner: The header name is converted to upper case and is prefixed with HTTP_. An additional environment variable is created with the legacy name. More... almost 14 years ago
Allow processes to be reused within multiple phases of a request More... about 14 years ago
Allow processes to be reused within multiple phases of a request by releasing them into the free list as soon as possible after reading their response headers. This applies to processes being used in the FCGI_AUTHORIZER role, as well as those returning error codes or redirections. More... about 14 years ago
check retcodes when setting uid in the child to what More... about 14 years ago
check retcodes when setting uid in the child to what suexec expects; on failure, log and exit More... about 14 years ago