summaryrefslogtreecommitdiffstats
path: root/server/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Windows: fix "Include" of UNC paths Eric Covener2024-09-111-1/+1
* add ap_set_content_type_ex to differentiateEric Covener2024-06-241-1/+1
* add UNCList directive on Windows Eric Covener2024-06-241-0/+101
* * server/core.c (set_override): Catch errors returned byJoe Orton2024-04-161-2/+4
* *) mod_http2: added support for bootstrapping WebSockets via HTTP/2, asStefan Eissing2023-06-201-0/+30
* Follow up to r1909356: c89/style fix.Yann Ylavic2023-04-231-4/+4
* core: Restore original regex value when nesting Location,Graham Leggett2023-04-221-0/+14
* core: Be explicit if an enclosing directive contains a path or aGraham Leggett2023-04-141-25/+23
* core: Use the main ErrorLogFormat for ap_log_perror() and while loading vhosts.Yann Ylavic2023-03-141-0/+5
* * Log URI causing to exceed the limit to ease analysisRuediger Pluem2023-01-041-4/+10
* * Optimize code flowRuediger Pluem2023-01-041-17/+19
* use a liberal default limit for LimitRequestBody of 1GBEric Covener2022-06-011-1/+1
* *) core: adding a new hook and method to the API:Stefan Eissing2022-03-181-0/+57
* core: Make sure and check that LimitXMLRequestBody fits in system memory.Yann Ylavic2022-03-071-0/+9
* Revert 1897156.Graham Leggett2022-01-201-35/+16
* core: Allow an optional expression to be specified for an effectiveGraham Leggett2022-01-171-16/+35
* In case one of the pre_connection hooks causes the hook run to stop by an errorRuediger Pluem2021-09-211-0/+25
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* *) core: Adding SSL related inquiry functions to the server API.Stefan Eissing2021-02-231-0/+1
* core: axe struct core_net_rec.Yann Ylavic2020-12-141-17/+7
* Follow up to r1836032: better flush limits checks and description.Yann Ylavic2020-12-111-12/+12
* Follow up to r1836032: ReadBufferSize not configurable from htaccess.Yann Ylavic2020-12-111-1/+1
* Rearrange and clear global core config state allocated out of pconfJoe Orton2020-12-081-3/+6
* core: fix c->client_ip for unix socket connections.Yann Ylavic2020-11-221-3/+20
* core: reset ap_runtime_dir to NULL after AP_SQ_MS_DESTROY_CONFIG.Yann Ylavic2020-11-221-0/+1
* Avoid a core dump at startup if "AllowOverride nonfatal" is used without any ...Christophe Jaillet2020-08-301-1/+4
* core: Remove support for the Content-MD5 header, removed in RFC7231.Graham Leggett2020-07-031-34/+0
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-281-1/+4
* Axe an empty line to synch with 2.4.x.Christophe Jaillet2020-05-231-1/+0
* config: allow for environment variable substitution fallback to default value.Yann Ylavic2020-04-221-0/+11
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Issue a warning for non-existent directories when running configtestEric Covener2020-04-111-0/+9
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-311-4/+0
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* factor out default regex flagsEric Covener2020-02-071-1/+1
* Fix an issue on Windows where <IfFile> looks for a file on a non-existent dri...Christophe Jaillet2019-09-041-1/+8
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-49/+19
* Fix a compilation error when GPROF is defined.Christophe Jaillet2019-04-201-1/+1
* Fix use of StateDir directive after r1852982:Joe Orton2019-04-181-5/+6
* Merge consecutive slashes in the URL by defaultEric Covener2019-03-171-0/+7
* * server/core.c (core_pre_config): Reset state dir during pre_config.Joe Orton2019-02-051-0/+1
* core: Fix incorrect substitution of env vars in directives containing multipl...Hank Ibell2018-12-051-1/+1
* Define "state directory" for storing persistent child-writable state,Joe Orton2018-10-051-0/+44
* core: always allocate filters (ap_filter_t) on f->c->pool.Yann Ylavic2018-09-041-0/+1
* Add StrictHostCheck Eric Covener2018-08-141-3/+17
* core: set ap_request_core_filter() last.Yann Ylavic2018-07-311-1/+1
* core: axe data_in_in/output_filter from conn_rec.Yann Ylavic2018-07-201-1/+4
* core: Add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives.Yann Ylavic2018-07-161-6/+105
* util_filter: Axe conn_rec->empty brigade.Yann Ylavic2018-07-161-1/+0
* util_filter: keep filters with aside buckets in order.Yann Ylavic2018-07-111-1/+0