| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_status: "Threads" span three colomns (busy, graceful, idle), not two. | Yann Ylavic | 2024-07-11 | 1 | -1/+1 |
* | mod_status: Follow up to r1918482: Bump colspan for the new wait-io colomn | Yann Ylavic | 2024-07-11 | 1 | -1/+1 |
* | * Follow up to r1918814: Strings are from configuration and thus trusted | Ruediger Pluem | 2024-07-02 | 1 | -3/+3 |
* | * Always trust content types that we set literally | Ruediger Pluem | 2024-07-02 | 4 | -5/+5 |
* | mpm_event,mod_http2,mod_status: Follow up to r1918257: CONN_STATE_ASYNC_WAITIO. | Yann Ylavic | 2024-06-21 | 1 | -7/+7 |
* | mod_status: Fix missing initialization, follow up to r1918098 | Joe Orton | 2024-06-03 | 1 | -1/+1 |
* | mpm_event, mod_status: Separate processing and write completion queues. | Yann Ylavic | 2024-06-01 | 1 | -6/+12 |
* | Explicitly reject CGI output which includes a Transfer-Encoding | Joe Orton | 2024-05-20 | 1 | -1/+6 |
* | * modules/generators/mod_cgi.c, mod_cgid.c: Since | Joe Orton | 2024-04-15 | 2 | -2/+0 |
* | let httpd handle CL/TE for non-http handlers | Eric Covener | 2024-04-03 | 1 | -3/+13 |
* | Follow up to r1909429: Fix scope/block syntax. | Yann Ylavic | 2023-05-04 | 1 | -2/+2 |
* | mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers". | Rainer Jung | 2023-04-26 | 1 | -25/+23 |
* | log an error when ap_runtime_dir_relative fails. | Giovanni Bechis | 2023-04-05 | 1 | -1/+4 |
* | Fix a possible NULL pointer dereference of ap_runtime_dir_relative() | Giovanni Bechis | 2023-04-04 | 1 | -0/+2 |
* | *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes | Stefan Eissing | 2022-02-04 | 1 | -9/+6 |
* | mod_cgi[d]: Close the connection after handling nph- scripts. | Yann Ylavic | 2022-01-28 | 1 | -0/+3 |
* | event: Add support for non blocking behaviour in the | Graham Leggett | 2022-01-21 | 1 | -6/+9 |
* | add IndexForbiddenReturn404 to help silence scanners | Eric Covener | 2021-10-21 | 1 | -1/+7 |
* | mod_info: Output AP_MPMQ_MAX_DAEMONS instead of AP_MPMQ_MAX_DAEMON_USED. | Yann Ylavic | 2021-10-13 | 1 | -1/+1 |
* | * modules/generators/mod_cgid.c (cgid_server): Register cleanup for | Joe Orton | 2021-03-16 | 1 | -3/+3 |
* | Enable mod_cgid stderr handling via Unix socket fd transfer by | Joe Orton | 2021-02-25 | 2 | -16/+5 |
* | Fix a compilation error in maintainer mode and be consistent with 'make_autoi... | Christophe Jaillet | 2020-10-04 | 1 | -1/+1 |
* | Save a few bytes of memory in mod_autoindex | Christophe Jaillet | 2020-10-04 | 1 | -4/+6 |
* | Further re-unification of code duplicated across mod_cgi/mod_cgid into | Joe Orton | 2020-09-08 | 3 | -362/+206 |
* | * modules/generators/cgi_common.h (cgi_handle_response): Avoid trying | Joe Orton | 2020-09-04 | 1 | -0/+7 |
* | This not a hot path in RL use case, but looks to be one during testing with t... | Christophe Jaillet | 2020-08-01 | 1 | -1/+1 |
* | * modules/generators/mod_cgid.c (get_cgi_pid): Fix test for pid=0. | Joe Orton | 2020-07-14 | 1 | -4/+4 |
* | * modules/generators/mod_cgid.c (get_req): Add basic sanity | Joe Orton | 2020-06-24 | 1 | -0/+8 |
* | * modules/generators/mod_cgid.c (cgid_handler): Bail immediately with | Joe Orton | 2020-06-23 | 1 | -6/+8 |
* | Declare pre_translate hook in lua/info/log_debug/example modules, and docs. | Yann Ylavic | 2020-06-22 | 1 | -0/+1 |
* | Add ap_normalize_path() to replace ap_getparents() (with options). | Yann Ylavic | 2020-06-22 | 1 | -2/+3 |
* | Add missing pool tags to help debugging. | Yann Ylavic | 2020-04-16 | 2 | -0/+3 |
* | * modules/generators/cgi_common.h (cgi_handle_request): Catch | Joe Orton | 2020-02-25 | 1 | -1/+4 |
* | * modules/generators/cgi_common.h (cgi_handle_request): Factor out | Joe Orton | 2020-02-25 | 3 | -158/+115 |
* | PR62989: DOCTYPE tags in server-generated HTML. | Eric Covener | 2020-01-31 | 2 | -2/+2 |
* | Add comment, no functional change. | Joe Orton | 2019-11-05 | 1 | -0/+4 |
* | Fix build broken w/o --enable-cgid-fdpassing by r1867968: | Joe Orton | 2019-10-04 | 3 | -3/+8 |
* | * modules/generators/cgi_common.h (discard_script_output): Simplify | Joe Orton | 2019-10-04 | 1 | -8/+4 |
* | Move common (and near-identical) code for CGI response output handling | Joe Orton | 2019-10-04 | 3 | -258/+143 |
* | * modules/generators/cgi_common.h (cgi_bucket_create): | Joe Orton | 2019-10-02 | 2 | -3/+4 |
* | * modules/generators/mod_cgid.c (sock_readhdr): Only set up control | Joe Orton | 2019-10-02 | 1 | -7/+15 |
* | mod_cgid: Continuation of r1862968, experimental fd passing support. | Joe Orton | 2019-07-17 | 3 | -225/+332 |
* | Add experimental support for fd passing in mod_cgid. Attaches CGI | Joe Orton | 2019-07-12 | 2 | -13/+117 |
* | Fix wrong use of ap_rputs with formats. | Rainer Jung | 2019-04-14 | 1 | -1/+1 |
* | Use APR apr_time_as_msec() macro for conversion | Rainer Jung | 2018-08-31 | 1 | -10/+9 |
* | mod_status: Cumulate CPU time of exited child | Rainer Jung | 2018-08-07 | 1 | -14/+30 |
* | mod_status: Add cumulated response duration time | Rainer Jung | 2018-08-07 | 1 | -11/+25 |
* | mod_status: Complete the data shown for async | Rainer Jung | 2018-08-07 | 1 | -5/+13 |
* | Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the use | Jim Jagielski | 2018-08-01 | 1 | -2/+2 |
* | * modules/generators/mod_info.c: Constify fixed tables and mark | Joe Orton | 2018-04-11 | 1 | -6/+6 |