]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.c
Expose the path that the balancer handles...
[apache] / modules / proxy / mod_proxy.c
2011-11-28 Jim JagielskiExpose the path that the balancer handles...
2011-11-28 Jim JagielskiError-check.
2011-11-25 Jim JagielskiMove useful and shared balancer stuff to the shm slot...
2011-11-18 Stefan Fritschgreat proxy logging cleanup:
2011-11-07 Stefan FritschMore error checking for ap_pregsub
2011-10-14 Stefan FritschThere is absolutely no reason to have two 4k-sized...
2011-10-09 Stefan FritschForce base 10 when parsing the Content-Length. It doesn...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-03 Stefan FritschForbid some directives in .htaccess because of AllowOve...
2011-06-19 Stefan FritschCode cleanup: replace apr_table_set with non-copying...
2011-06-13 Stefan FritschAvoid some memory allocations by using apr_table_setn...
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-05-20 Jim JagielskiAdd in BalancerGrowth and its functionality... this...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-18 Jim JagielskiNo longer depend on how fork() works when laying out...
2011-02-08 Jim JagielskiExpose this as part of the API. That way, other code...
2011-02-04 Jim JagielskiHere we go... we can now, via balancer-manager, add new
2011-02-04 Jim JagielskiOops.... we need to adjust sticky, which is an array now
2011-02-02 Jim JagielskiInstead of just enabling/disabling, we can now adjust
2011-02-01 Jim JagielskiAgain, abstract out the worker status magic to it's...
2011-02-01 Jim JagielskiMove the setting of flags into a func... that way there is
2011-02-01 Jim JagielskiWe can now change lbmethod at runtime.
2011-01-31 Jim JagielskiMove the lbmethod to also allow it to be adjusted runtime
2011-01-31 Jim Jagielskituck away code that lets us ensure that the id is always
2011-01-31 Jim JagielskiMove some "nice to be able to change" balancer stuff...
2011-01-19 Igor GalićAdd a patch from Vincent Deffontaines to make the addin...
2011-01-17 Rainer Jungmod_slotmem_shm is a predecessor of
2011-01-13 Jim JagielskiMove nonce to balancer struct and add logic for nonce...
2011-01-13 Jim Jagielskiwhitespace
2011-01-13 Jim JagielskiBuilds and passes tests as prefork... good save state
2011-01-13 Jim JagielskiAdjust for conf->workers being *proxy_worker and balanc...
2011-01-13 Jim JagielskiMore movement to shared stuff...
2011-01-13 Jim JagielskiOK... a good commit point (we don't quite compile yet...
2011-01-13 Jim JagielskiUse branch now
2010-12-21 Graham LeggettThe alias_set variable is set when a parent location...
2010-11-18 Stefan Fritschmod_proxy: Fix ProxyPassInterpolateEnv directive.
2010-11-14 Nick KewFix mod_proxy to support setting source address.
2010-11-05 Eric CovenerPR47765: ProxyPass and ProxyPassReverse should not...
2010-10-22 Graham Leggettmod_proxy: Optimise ProxyPass within a Location so...
2010-10-20 Graham Leggettmod_proxy: Move the ProxyErrorOverride directive to...
2010-08-22 Rainer JungChange behaviour of worker sharing.
2010-08-22 Rainer JungMinor style nits.
2010-08-20 Jeff Trawickmod_proxy: Rename erroronstatus to failonstatus...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-04-07 William A. Rowe JrCorrect bogus code; stack alloc of variable length...
2010-04-02 Jeff Trawicksmall style tweaks to r930125
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...
next