summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement draining capability for proxy workers... only acceptJim Jagielski2011-09-135-12/+27
* Use HTTP_NOT_IMPLEMENTED instead of HTTP_BAD_REQUEST.Jean-Frederic Clere2011-09-081-2/+4
* AJP_EBAD_METHOD is also a bad request so return HTTP_BAD_REQUESTJean-Frederic Clere2011-09-081-1/+1
* * modules/proxy/config.m4: Avoid sh syntax error withJoe Orton2011-08-121-1/+1
* mod_proxy_http, mod_proxy_connect: Add 'proxy-status' and 'proxy-source-port'Stefan Fritsch2011-08-052-1/+6
* Simplify dependency checking code for mod_proxy_fdpass. This also fixesStefan Fritsch2011-08-051-10/+5
* Forbid some directives in .htaccess because of AllowOverrideList:Stefan Fritsch2011-08-041-2/+8
* * Do not even sent an empty brigade down the filter chain if the headersRuediger Pluem2011-08-031-9/+11
* Fix compiler warningStefan Fritsch2011-08-031-1/+1
* Improve logging for mod_proxy_ajp.Rainer Jung2011-07-303-0/+6
* Slightly reorganize previously unused dump method.Rainer Jung2011-07-302-31/+95
* Make AJP trace messages a bit less cryptic.Rainer Jung2011-07-303-8/+50
* Move some debug log statements to trace levelRainer Jung2011-07-302-14/+14
* mod_proxy_ajp: Respect "reuse" flag in END_REPONSERainer Jung2011-07-293-2/+46
* mod_proxy: enable absolute URLs to be rewritten with ProxyPassReverse,Nick Kew2011-07-291-3/+3
* adjust mod_proxy build defaults:Stefan Fritsch2011-07-241-3/+3
* Added new proxy modules to NetWare build.Guenter Knauf2011-07-206-0/+1260
* Added forgfotten .dsp bits - my bad.Guenter Knauf2011-07-191-0/+123
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-162-3/+4
* fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use itJeff Trawick2011-07-142-2/+4
* Allow to specify module specific custom linker flagsRainer Jung2011-07-051-1/+1
* Tolerate dependency checking failures in configureRainer Jung2011-07-051-1/+2
* Various code cleanupStefan Fritsch2011-06-222-5/+3
* Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch2011-06-191-1/+1
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-132-4/+2
* Avoid some memory allocations by using apr_table_setn where the string argumentsStefan Fritsch2011-06-132-4/+4
* Avoid some memory allocations by using apr_table_setn where the stringStefan Fritsch2011-06-131-2/+2
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-063-4/+4
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-7/+2
* Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()sStefan Fritsch2011-05-211-2/+2
* Add in BalancerGrowth and its functionality... this laysJim Jagielski2011-05-203-3/+30
* Add in proxy-scgi-pathinfo and proxy-fcgi-pathinfo envvarsJim Jagielski2011-05-191-1/+5
* Oops... wrong branch.Jim Jagielski2011-05-191-1/+1
* Update xformsJim Jagielski2011-05-131-0/+2
* Add in new mod_proxy "extension" module: mod_proxy_express.Jim Jagielski2011-05-131-0/+228
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-122-2/+2
* Cleanup... most don't need apr_hooks.h at all...Jim Jagielski2011-05-097-7/+7
* replace recent AJP direct comparisons to APR_TIMEUP with APR_STATUS_IS_TIMEUP.Eric Covener2011-05-072-2/+2
* Fixed missing struct member error introduced with r1092076.Guenter Knauf2011-04-141-1/+1
* try to prevent a single long request marking a worker in error.Jean-Frederic Clere2011-04-142-1/+10
* better error messageJim Jagielski2011-04-041-1/+2
* Fixed only some proxy prototype formats.Guenter Knauf2011-04-031-8/+12
* Fixed NetWare build for proxy modules.Guenter Knauf2011-04-038-18/+68
* *) mod_proxy_ajp: Add support for 'ProxyErrorOverride on'. PR 50945.Jim Jagielski2011-04-011-47/+93
* *) mod_proxy_fcgi: Add support for 'ProxyErrorOverride on' PR 50913.Jim Jagielski2011-04-011-50/+61
* Make the 'need to reset' more generic by extending its reachJim Jagielski2011-03-311-5/+6
* Better knowledge of when to adjust.Jim Jagielski2011-03-311-3/+6
* Implement reset() funcs for the LBmethods...Jim Jagielski2011-03-313-3/+28
* If we change the LB method, or we take add in a newJim Jagielski2011-03-313-2/+14
* change signed single-bit fields to unsignedJeff Trawick2011-03-291-19/+19