summaryrefslogtreecommitdiffstats
path: root/server/util_script.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable SetEnv to set PATHNick Kew2010-07-201-1/+5
* Drop ap_body_to_table due to missing constraints; a DoS waitingWilliam A. Rowe Jr2010-06-101-80/+0
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-2/+2
* Elaborate on low hanging XXX fruitWilliam A. Rowe Jr2009-12-011-1/+3
* added comment about the never reached return statement.Guenter Knauf2009-09-291-1/+1
* Bring back OS/2 support.Brian Havard2009-08-261-1/+21
* http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2Nick Kew2009-03-311-4/+0
* HTTPD script supportNick Kew2009-03-301-0/+4
* remove OS/2 platform supportJeff Trawick2009-03-271-21/+1
* remove BeOS OS supportJeff Trawick2009-03-261-7/+1
* document some nonsense it may be sizeof off_t > sizeof size_t.William A. Rowe Jr2009-01-021-0/+3
* CGI: return 504 (Gateway timeout) rather than 500 when a scriptNick Kew2008-12-271-2/+9
* Remove commented out block that wouldn't even work in this context.Paul Querna2008-12-071-4/+0
* Don't pass in a pool to to argstr_to_table, and duplicate r->args before send...Paul Querna2008-12-071-3/+3