]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.c
Proxy balancer: support setting error status according to
[apache] / modules / proxy / mod_proxy.c
2010-04-01 Nick KewProxy balancer: support setting error status according to
2010-03-21 Graham Leggettmod_proxy: Tone down a warning message that appears...
2009-12-30 Takashi SatoMove ProxyFtpDirCharset from mod_proxy to mod_proxy_ftp.
2009-12-29 Takashi SatoMove AllowCONNECT from mod_proxy to mod_proxy_connect.
2009-10-11 Stefan FritschAllow ProxyPreserveHost to work in <Proxy> sections
2009-05-13 Jean-Frederic ClereAllow the load balancing method to "create" workers.
2009-05-05 Jim Jagielskioptimize.... rp! :)
2009-05-05 Jean-Frederic ClereChange the order of mod_proxy and mod_proxy_balancer...
2009-05-04 William A. Rowe JrSimple style fix, this message still is nonsensical
2009-04-30 Jean-Frederic ClerePrevent key=value being accepted as url.
2009-01-15 Ruediger Pluem* Set the error time if we set a worker in error mode.
2008-12-12 Paul QuernaAdd configuration of the Flush provider for mod_proxy_f...
2008-12-05 Paul QuernaImport the core parts of the DTrace patch. This is...
2008-11-03 Jim JagielskiUmmm why bother setting vars if we are bailing?
2008-10-23 Jim JagielskiFix the io buffersize code. Have the docs match the...
2008-10-22 Ruediger Pluem* Move ap_timeout_parameter_parse from mod_proxy.c...
2008-10-15 Ruediger Pluem* Add the possibility to set the worker parameters...
2008-09-19 Jim JagielskiAllow for the smax param to be 0, so that all connections
2008-08-21 Jim JagielskiAllow determination of whether to use ';' as
2008-08-18 Jim Jagielskitypo
2008-08-09 Ruediger Pluem* Add the possibility to set a separate connection...
2008-04-08 Jim JagielskiUse what we have. This logic belongs here anyway...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-06 William A. Rowe JrIf you study all of the directive implementations,...
2008-02-29 Martin KraemerWhen sending a proxy request of the form
2008-02-27 Ruediger Pluem* Do not retry a direct connection if the request has...
2008-02-14 Jim JagielskiAdd in mod_jk's disablereuse analog for mod_proxy.
2008-01-02 Jim Jagielskistyle check
2007-12-31 William A. Rowe JrIntroduce the ProxyFtpDirCharset directive, allowing...
2007-10-28 Nick KewUpdate the patch for environment variable interpolation in
2007-10-26 Nick Kewmod_proxy: add "nocanon" keyword to ProxyPass, to suppress
2007-10-02 Nick KewDefault to NOT setting Max-Forwards in violation of...
2007-09-15 Nick KewFailing to load a protocol handler is a server error...
2007-09-12 Jean-Frederic ClereRemove useless variable.
2007-09-12 Jean-Frederic Clerelb_score is bigger proxy_worker_stat. Prevent wasting...
2007-09-10 Jim JagielskiMaintain the illusion. It's not worth my time or
2007-09-09 Jim JagielskiReinsert extern int PROXY_DECLARE_DATA proxy_lb_workers
2007-09-07 Jim JagielskiReinstate the lb_score patch, but, protect against
2007-09-04 André Maloas not everyone needs sticky sessions - avoid segfault...
2007-08-30 Nick Kewmod_proxy: Add Proxypass status option to ignore errors
2007-06-29 Jean-Frederic ClereFix the warning:
2007-06-27 Jean-Frederic ClereDon't display "PHPSESSIONID | PHPSESSIONID" but only
2007-06-27 Jean-Frederic ClereRemove the balancer modification logic of balancer...
2007-06-25 Jean-Frederic ClereAdd sticky_path to solve PR41897.
2007-05-13 Jim JagielskiFold in ProxyPassMatch directive with docs. Support
2007-05-12 Jim JagielskiAdd regex pattern matching to ProxyPass, allowing,
2007-02-14 Nick KewReturn METHOD_NOT_ALLOWED, not FORBIDDEN, to a TRACE...
2007-02-14 Nick KewPatch for PR#11540 (submitted by Stuart Children)
2006-09-30 Mladen TurkEnable retry=0 for the worker.
2006-09-10 Ruediger Pluem* Print the correct error message for erroneous configu...
2006-08-03 Joe Orton* modules/proxy/mod_proxy.c (proxysection): Fix another...
2006-08-02 Mladen TurkAllow optional name=value options within <Proxy
2006-08-02 Mladen TurkEnable ProxySet inside <Proxy> section to
2006-07-31 Jim JagielskiAdd in a very simple balancer "set" concept, which...
2006-07-25 Mladen TurkAdded cping/cpong support for the AJP protocol.
2006-07-15 Nick KewUse <string.h>-compatible versions of ap_str* functions.
2006-07-14 Jim JagielskiDon't down cast
2006-07-13 Nick KewSupport environment variable interpolation in reverse...
2006-07-12 Jean-Frederic ClereIssue a warning when the same worker name is reused.
2006-07-11 Jim JagielskiAdd in hot-standby balancer member. If all other members
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-03-30 Jim JagielskiDocument the removal of the flushing bandaid to a
2006-03-09 Jim JagielskiMake AJP flushing admin configurable.
2005-12-11 Ruediger Pluem* revert r355823 and r355837
2005-12-11 Ruediger Pluem* Move handling of backends that broke after the header...
2005-11-16 Jeff TrawickFix typo in ProxyStatus syntax error message.
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-25 Ruediger Pluem* Fix PR36906 by not lower caseing the whole worker...
2005-10-02 Ruediger Pluem* run the request_status hook in proxy_handler if HTTP_...
2005-09-10 Joe Orton* modules/proxy/mod_proxy_balancer.c (balancer_handler...
2005-09-09 Jim JagielskiProxy balancer lbmethods are now registered as provider...
2005-09-07 Jim JagielskiMinor nit. Methods are server-wide, so simply use the...
2005-09-07 Jim JagielskiRestruct of lbmethod find-best algo's, bypassing hook...
2005-08-12 Jim Jagielskisimple, functional interface to add additional balancer...
2005-08-11 Nick KewFix build error from cut&paste
2005-08-10 Nick KewFix ProxyPassReverse & family to work correctly in...
2005-07-28 Mladen TurkAdd status param option so that current worker
2005-07-17 Ian HolsmanThis patch adds a new hook (request_status) that gets...
2005-07-13 William A. Rowe Jr End abuse of apr_strnat[case]cmp - it isn't str[case...
2005-07-06 William A. Rowe Jr This test for TraceEnable cases cannot be buried...
2005-07-01 William A. Rowe Jr Plug AllowTrace extended|on|off into proxy and http...
2005-05-11 Paul QuernaMake sure mod_rewrite always runs before mod_proxy...
2005-04-11 Mladen TurkAdd failover to mod proxy. If the service is unavailable,
2005-04-09 Mladen TurkMove direct_connect out of attempt loop. No need to
2005-04-09 Mladen TurkUse two optional functions from mod_ssl so that we
2005-02-11 Joe OrtonMove the POSIX reg* implementations into the ap_* names...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-02-03 Justin Erenkrantzmod_proxy: Fix ProxyRemoteMatch directive.
2005-02-03 Sander StrikerClean up some crumbs... The sandwich is next.
2005-02-03 Jim JagielskiRemove old FIX_15207 snippets
2005-02-03 Jim JagielskiClose PR 32459, 15207. API change for PROXY_DECLARE...
2005-02-01 Mladen TurkFix #32367 support for ProxyPass /foo !
2005-01-24 Jim JagielskiAdd in a weighted byte count of all traffic (in and...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-12-16 Jim Jagielskisimplify the BalancerMember load factor weighting....
2004-12-14 Cliff Woolley"transfered" is not a word.
2004-12-14 Jim Jagielskigrammatical parameter change... "readed" -> "read"
2004-12-14 Mladen TurkMake proxy address cache thread safe and available...
2004-12-01 Mladen TurkAdd generic reverse proxy worker so that module-driven...
next