summaryrefslogtreecommitdiff
path: root/modules/generators
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r1909429: Fix scope/block syntax.Yann Ylavic2023-05-041-2/+2
* mod_status: Remove duplicate keys "BusyWorkers" and "IdleWorkers".Rainer Jung2023-04-261-25/+23
* log an error when ap_runtime_dir_relative fails.Giovanni Bechis2023-04-051-1/+4
* Fix a possible NULL pointer dereference of ap_runtime_dir_relative()Giovanni Bechis2023-04-041-0/+2
* *) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakesStefan Eissing2022-02-041-9/+6
* mod_cgi[d]: Close the connection after handling nph- scripts.Yann Ylavic2022-01-281-0/+3
* event: Add support for non blocking behaviour in theGraham Leggett2022-01-211-6/+9
* add IndexForbiddenReturn404 to help silence scannersEric Covener2021-10-211-1/+7
* mod_info: Output AP_MPMQ_MAX_DAEMONS instead of AP_MPMQ_MAX_DAEMON_USED.Yann Ylavic2021-10-131-1/+1
* * modules/generators/mod_cgid.c (cgid_server): Register cleanup forJoe Orton2021-03-161-3/+3
* Enable mod_cgid stderr handling via Unix socket fd transfer byJoe Orton2021-02-252-16/+5
* Fix a compilation error in maintainer mode and be consistent with 'make_autoi...Christophe Jaillet2020-10-041-1/+1
* Save a few bytes of memory in mod_autoindexChristophe Jaillet2020-10-041-4/+6
* Further re-unification of code duplicated across mod_cgi/mod_cgid intoJoe Orton2020-09-083-362/+206
* * modules/generators/cgi_common.h (cgi_handle_response): Avoid tryingJoe Orton2020-09-041-0/+7
* This not a hot path in RL use case, but looks to be one during testing with t...Christophe Jaillet2020-08-011-1/+1
* * modules/generators/mod_cgid.c (get_cgi_pid): Fix test for pid=0.Joe Orton2020-07-141-4/+4
* * modules/generators/mod_cgid.c (get_req): Add basic sanityJoe Orton2020-06-241-0/+8
* * modules/generators/mod_cgid.c (cgid_handler): Bail immediately withJoe Orton2020-06-231-6/+8
* Declare pre_translate hook in lua/info/log_debug/example modules, and docs.Yann Ylavic2020-06-221-0/+1
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-221-2/+3
* Add missing pool tags to help debugging.Yann Ylavic2020-04-162-0/+3
* * modules/generators/cgi_common.h (cgi_handle_request): CatchJoe Orton2020-02-251-1/+4
* * modules/generators/cgi_common.h (cgi_handle_request): Factor outJoe Orton2020-02-253-158/+115
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-312-2/+2
* Add comment, no functional change.Joe Orton2019-11-051-0/+4
* Fix build broken w/o --enable-cgid-fdpassing by r1867968:Joe Orton2019-10-043-3/+8
* * modules/generators/cgi_common.h (discard_script_output): SimplifyJoe Orton2019-10-041-8/+4
* Move common (and near-identical) code for CGI response output handlingJoe Orton2019-10-043-258/+143
* * modules/generators/cgi_common.h (cgi_bucket_create):Joe Orton2019-10-022-3/+4
* * modules/generators/mod_cgid.c (sock_readhdr): Only set up controlJoe Orton2019-10-021-7/+15
* mod_cgid: Continuation of r1862968, experimental fd passing support.Joe Orton2019-07-173-225/+332
* Add experimental support for fd passing in mod_cgid. Attaches CGIJoe Orton2019-07-122-13/+117
* Fix wrong use of ap_rputs with formats.Rainer Jung2019-04-141-1/+1
* Use APR apr_time_as_msec() macro for conversionRainer Jung2018-08-311-10/+9
* mod_status: Cumulate CPU time of exited childRainer Jung2018-08-071-14/+30
* mod_status: Add cumulated response duration timeRainer Jung2018-08-071-11/+25
* mod_status: Complete the data shown for asyncRainer Jung2018-08-071-5/+13
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-2/+2
* * modules/generators/mod_info.c: Constify fixed tables and markJoe Orton2018-04-111-6/+6
* PR62229: add CGIScriptTimeout to mod_cgiEric Covener2018-04-021-8/+40
* PR 61980: AH01215 CGI stderr forwarding msg improvementEric Covener2018-01-101-3/+8
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-1/+1
* httpdunit: merge to trunk from feature branchJacob Champion2017-06-201-1/+1
|\
| * configure: don't overwrite other_targets when mod_suexec is enabledJacob Champion2017-05-251-1/+1
* | remove r1792169 taint checks from proxy and status modulesEric Covener2017-05-261-7/+0
|/
* Introduce request taint-checking concept.Nick Kew2017-04-211-0/+7
* no strncasecmp because flag has no valueEric Covener2017-03-241-1/+1
* Use 'ap_cstr_casecmp' to simplify code.Christophe Jaillet2017-03-211-7/+4
* Save a few bytes in the conf pool.Christophe Jaillet2017-03-211-4/+4