summaryrefslogtreecommitdiffstats
path: root/server/util_script.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Use apr_size_t instead of int to harden against overflows.Ruediger Pluem2022-08-251-2/+2
* server/util_script.c: reserve one APLOGNO number after r1879253Luca Toscano2020-06-291-1/+1
* server/util_script.c: tune logging Last-Modified headerLuca Toscano2020-06-271-3/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* ap_add_common_vars(): use apr_pstrmemdup().Yann Ylavic2017-12-211-3/+2
* * server/util_script.c (ap_add_common_vars): Allow mod_env to overrideJoe Orton2017-10-111-25/+29
* After a long discussion in dev@ I reviewed my previous commit to only warnLuca Toscano2016-08-261-17/+37
* Optimization to httpoxy workaround, for 2.4.23+ only.William A. Rowe Jr2016-07-181-1/+1
* httpoxy workarounds, first draft patch as published for all 2.2.x+ sourcesWilliam A. Rowe Jr2016-07-181-0/+8
* Improve the FCGI/CGI Last-Modified header value handling.Luca Toscano2016-07-031-20/+17
* Fixed typo in log message, wrong RFC mentioned.Luca Toscano2016-07-011-1/+1
* Fix indentation and extra spaces of my previous commit, apologies.Luca Toscano2016-06-301-9/+9
* Log CGI/FCGI Last-Modified header value changes.Luca Toscano2016-06-301-0/+19
* Drop an invalid Last-Modified header value returned by a FCGI/CGILuca Toscano2016-06-141-3/+11
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-13/+13
* Add CGIVar directive for configuring REQUEST_URI behaviorJeff Trawick2016-03-141-1/+14
* hostname: Test and log useragent_host per-request across various modules,William A. Rowe Jr2016-02-121-1/+1
* Added many log numbers to log statements thatRainer Jung2016-01-191-0/+4
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-13/+13
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-13/+13
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-13/+13
* followup to r1710380 -- refactored name and didn't have 'make depend'Eric Covener2015-10-241-1/+1
* Make the fix for fully qualifying REDIRECT_URL from PR#57785 opt-in. Eric Covener2015-10-241-13/+18
* core/util_script: relax alphanumeric filter of enviroment variable namesGregg Lewis Smith2015-09-251-0/+4
* Make REDIRECT_URL a complete URL (where set).Nick Kew2015-05-051-2/+15
* core: Add CGIPassAuth directive to control whether HTTP authorizationJeff Trawick2014-12-021-1/+5
* Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_...Christophe Jaillet2014-08-011-2/+1
* Add missing APLOGNO.Christophe Jaillet2014-07-201-1/+2
* Remove useless tests.Christophe Jaillet2013-03-031-1/+1
* Avoid some memory allocation on error path in 'http2env' if TRACE1 logging is...Christophe Jaillet2013-03-011-6/+8
* remove an unnecessary check in a nest loop of ap_create_environment()Ryan Pan2012-08-281-1/+1
* Apply the same length limit when logging Status header valuesChris Darroch2012-08-231-2/+2
* Log the value of Status header lines in script responses rather thanChris Darroch2012-07-171-2/+2
* Fix error handling in ap_scan_script_header_err_brigade() if thereStefan Fritsch2012-04-091-3/+4
* Make sure the getsfunc_*() functions used by ap_scan_script_header_err*()Stefan Fritsch2012-02-141-1/+4
* Handle cases, esp when using mod_proxy_fcgi, when we do notJim Jagielski2012-02-091-1/+9
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-141-1/+1
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-1/+1
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-2/+2
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, asStefan Fritsch2011-07-171-1/+1
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-12/+87
* improve readability of 'malformed header from script' message and simplify codeStefan Fritsch2011-07-161-11/+2
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+3
* - Introduce concept of context prefix (which is an URL prefix)Stefan Fritsch2011-06-051-1/+3
* Make the REQUEST_SCHEME variable available to scripts and mod_rewriteStefan Fritsch2010-12-301-0/+1
* Log a trace message if we drop a header with an invalid nameStefan Fritsch2010-12-281-3/+6
* Move duplicated code into utility functionsStefan Fritsch2010-12-281-70/+42
* When exporting request headers to HTTP_* environment variables, drop variablesStefan Fritsch2010-12-281-4/+7
* Because PATH and the library path are closely interrelated, and the causeWilliam A. Rowe Jr2010-09-231-6/+26