| Commit message (Expand) | Author | Age | Files | Lines |
* | * mod_proxy: Allow setting options to globally defined balancer from | Jan Kaluža | 2015-03-19 | 1 | -0/+8 |
* | Change the return value to const, so the const non-matching input can just be | Eric Covener | 2014-12-22 | 1 | -1/+1 |
* | Allow SetHandler+UDS+fcgi to take advantage of dedicated workers including | Eric Covener | 2014-12-20 | 1 | -0/+8 |
* | Might as well make it 256 and be done w/ it. The extra bytes are | Jim Jagielski | 2014-08-29 | 1 | -1/+1 |
* | PR53218 | Jim Jagielski | 2014-08-29 | 1 | -1/+1 |
* | mod_proxy: add ap_proxy_define_match_worker() and use it for ProxyPassMatch | Jan Kaluža | 2014-07-11 | 1 | -0/+19 |
* | mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths. | Yann Ylavic | 2014-06-16 | 1 | -0/+11 |
* | Clarify an existing requirement of the server_portstr parameter | Jeff Trawick | 2014-05-05 | 1 | -2/+3 |
* | mod_proxy_http: Add detach_backend hook. | Jeff Trawick | 2014-04-11 | 1 | -0/+9 |
* | Redo what was reverted in r1572627. | Yann Ylavic | 2014-02-27 | 1 | -0/+1 |
* | Move newly added proxy_conn_rec's uds_path field to the end of the struct lik... | Yann Ylavic | 2014-02-27 | 1 | -1/+1 |
* | Revert r1572606 for the time being since backport would conflict with 2.4.x's... | Yann Ylavic | 2014-02-27 | 1 | -1/+0 |
* | Don't reuse a SSL backend connection whose SNI differs. PR 55782. | Yann Ylavic | 2014-02-27 | 1 | -0/+1 |
* | make mod_rewrite and mod_proxy UDS work together... | Jim Jagielski | 2014-01-22 | 1 | -0/+4 |
* | core: Support named groups and backreferences within the LocationMatch, | Graham Leggett | 2013-12-30 | 1 | -0/+4 |
* | We were not being consistent between http and others | Jim Jagielski | 2013-11-16 | 1 | -0/+7 |
* | Expand some of these fields... mostlt it's the workers that we | Jim Jagielski | 2013-11-09 | 1 | -10/+10 |
* | Put the uds path in its own field, and adjust the logic | Jim Jagielski | 2013-10-17 | 1 | -1/+1 |
* | Ensure that userland format of UDS is the same as how it is | Jim Jagielski | 2013-10-14 | 1 | -0/+10 |
* | Reformat the UDS support inline with a new naming structure. | Jim Jagielski | 2013-10-11 | 1 | -0/+1 |
* | mod_proxy: Add ap_connection_reusable() for checking if a connection | Jeff Trawick | 2013-09-25 | 1 | -0/+11 |
* | Allow for a simple socket check in addition to the | Jim Jagielski | 2013-08-23 | 1 | -0/+7 |
* | fix Doxygen warnings/comments | Jeff Trawick | 2013-08-13 | 1 | -6/+6 |
* | update comments | Jim Jagielski | 2013-05-16 | 1 | -2/+2 |
* | core: Stop the HTTP_IN filter from attempting to write error buckets | Graham Leggett | 2013-05-14 | 1 | -0/+1 |
* | mod_proxy, mod_proxy_http: Connection headers must be stripped on the way | Graham Leggett | 2013-05-13 | 1 | -0/+10 |
* | Mod_proxy used the global pool w/o mutex. fix. | Jim Jagielski | 2013-05-09 | 1 | -1/+1 |
* | Add failontimeout to allow server admin to mark balancer member in err if IO ... | Daniel Ruggeri | 2013-04-09 | 1 | -0/+1 |
* | Pull out duplicated code to proxy_util... | Jim Jagielski | 2013-03-07 | 1 | -0/+40 |
* | Add in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com> | Jim Jagielski | 2013-03-01 | 1 | -0/+1 |
* | realign and fix logic | Jim Jagielski | 2013-02-21 | 1 | -1/+1 |
* | ProxyPassInherit directive | Jim Jagielski | 2013-01-28 | 1 | -0/+2 |
* | Allow for searching w/i shm slots for a specific worker and balancer | Jim Jagielski | 2012-12-14 | 1 | -0/+26 |
* | Use inherit_set to let the global server set | Rainer Jung | 2012-12-14 | 1 | -0/+1 |
* | Anticipate ordering for 2.4 backport | Jim Jagielski | 2012-12-14 | 1 | -1/+1 |
* | API sync... not crucial for trunk | Jim Jagielski | 2012-12-06 | 1 | -1/+1 |
* | Allow for setting of sticky session split char... | Jim Jagielski | 2012-11-01 | 1 | -0/+1 |
* | OK, enable/allow previous broken, bad behavior iff the user | Jim Jagielski | 2012-09-20 | 1 | -0/+1 |
* | Persist local balancer-manager changes across restart/graceful. | Jim Jagielski | 2012-09-18 | 1 | -0/+1 |
* | Fix handling of ProxyBlock if a forward proxy is configured, and fix | Joe Orton | 2012-07-24 | 1 | -1/+13 |
* | * Add the forcerecovery balancer parameter that determines if recovery for | Ruediger Pluem | 2012-03-28 | 1 | -0/+1 |
* | Handle cases, esp when using mod_proxy_fcgi, when we do not | Jim Jagielski | 2012-02-09 | 1 | -0/+1 |
* | Cure size_t abuse, curse some recent code [recommit good bits from r1227852] | William A. Rowe Jr | 2012-01-05 | 1 | -1/+2 |
* | Revert a whole mess that was not ment to be committed | William A. Rowe Jr | 2012-01-05 | 1 | -2/+1 |
* | Cure size_t abuse, curse some recent code | William A. Rowe Jr | 2012-01-05 | 1 | -1/+2 |
* | mod_proxy: Remove dead code ap_proxy_table_unmerge(). | Graham Leggett | 2011-12-03 | 1 | -1/+0 |
* | mod_proxy: Move ap_proxy_strmatch_path and ap_proxy_strmatch_domain out of | Graham Leggett | 2011-12-03 | 1 | -5/+0 |
* | mod_proxy: Remove ap_proxy_make_fake_req() from the public API. | Graham Leggett | 2011-12-03 | 1 | -1/+0 |
* | mod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro. | Graham Leggett | 2011-12-03 | 1 | -7/+0 |
* | mod_proxy: Remove dead code. | Graham Leggett | 2011-12-03 | 1 | -2/+0 |