]> granicus.if.org Git - apache/history - modules/proxy/mod_proxy.c
* Do not retry a direct connection if the request has a request body
[apache] / modules / proxy / mod_proxy.c
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...
2004-10-14 Mladen TurkMerge the proxy_status too. Thanks to Christian von...
2004-09-29 Mladen TurkUse apr_strftime instead our own format_byte_out function.
2004-09-28 Mladen TurkMake sure that we don't increase balancer worker count on
2004-09-26 Mladen TurkInitialize workers for every virtual server not just...
2004-09-26 Mladen TurkRemove proxy_runtime_worker and make the things simpler by
2004-09-16 Mladen TurkDisplay worker status under server-status
2004-09-16 Mladen TurkAdd maximum nuber of attempts for failover and run...
2004-09-15 Mladen TurkRegister output function so that core can retrieve...
2004-09-11 Mladen TurkAdd more comments to the code -- No functional change.
2004-09-11 Mladen TurkDo not add forward proxy to other proxies. Use new...
2004-09-10 Mladen TurkInitialize the forward proxy worker too.
2004-09-10 Mladen TurkJust like for balancers initialize the workers on post_...
2004-09-09 Mladen TurkAdd PROXY_WORKER_IGNORE_ERRORS flags that
2004-09-09 Mladen TurkAdd 'default' foward proxy worker to the proxy_server_conf.
2004-08-26 André Maloremove unused variables and fix some compiler warnings...
2004-08-26 Mladen TurkAdd pool used for allocating proxy_server_conf to that...
2004-08-25 Mladen TurkUntabify the code. Have no idea who put all those tabs...
2004-08-25 Mladen TurkAdded ProxySet directive (can be rename to something...
2004-08-25 Mladen TurkRemove BalancerStickySession directive.
2004-08-24 Justin ErenkrantzClean up some bogus error messages.
2004-08-18 Jean-Frederic ClerePrevent / beeing accepted wrongly by the proxy when...
2004-08-13 Jeff Trawickfix format string mismatch (int vs. apr_time_t)
2004-08-11 William A. Rowe JrSmall status displaying fix.
2004-08-11 William A. Rowe JrAdded proxy status for conf, and elected member to...
2004-08-11 William A. Rowe JrMake sure that if the pre_request was called that the...
next