summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* * mod_proxy: Allow setting options to globally defined balancer fromJan Kaluža2015-03-191-0/+8
* Change the return value to const, so the const non-matching input can just be Eric Covener2014-12-221-1/+1
* Allow SetHandler+UDS+fcgi to take advantage of dedicated workers includingEric Covener2014-12-201-0/+8
* Might as well make it 256 and be done w/ it. The extra bytes areJim Jagielski2014-08-291-1/+1
* PR53218Jim Jagielski2014-08-291-1/+1
* mod_proxy: add ap_proxy_define_match_worker() and use it for ProxyPassMatchJan Kaluža2014-07-111-0/+19
* mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths.Yann Ylavic2014-06-161-0/+11
* Clarify an existing requirement of the server_portstr parameterJeff Trawick2014-05-051-2/+3
* mod_proxy_http: Add detach_backend hook.Jeff Trawick2014-04-111-0/+9
* Redo what was reverted in r1572627.Yann Ylavic2014-02-271-0/+1
* Move newly added proxy_conn_rec's uds_path field to the end of the struct lik...Yann Ylavic2014-02-271-1/+1
* Revert r1572606 for the time being since backport would conflict with 2.4.x's...Yann Ylavic2014-02-271-1/+0
* Don't reuse a SSL backend connection whose SNI differs. PR 55782.Yann Ylavic2014-02-271-0/+1
* make mod_rewrite and mod_proxy UDS work together...Jim Jagielski2014-01-221-0/+4
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-301-0/+4
* We were not being consistent between http and othersJim Jagielski2013-11-161-0/+7
* Expand some of these fields... mostlt it's the workers that weJim Jagielski2013-11-091-10/+10
* Put the uds path in its own field, and adjust the logicJim Jagielski2013-10-171-1/+1
* Ensure that userland format of UDS is the same as how it isJim Jagielski2013-10-141-0/+10
* Reformat the UDS support inline with a new naming structure.Jim Jagielski2013-10-111-0/+1
* mod_proxy: Add ap_connection_reusable() for checking if a connectionJeff Trawick2013-09-251-0/+11
* Allow for a simple socket check in addition to theJim Jagielski2013-08-231-0/+7
* fix Doxygen warnings/commentsJeff Trawick2013-08-131-6/+6
* update commentsJim Jagielski2013-05-161-2/+2
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-0/+1
* mod_proxy, mod_proxy_http: Connection headers must be stripped on the wayGraham Leggett2013-05-131-0/+10
* Mod_proxy used the global pool w/o mutex. fix.Jim Jagielski2013-05-091-1/+1
* Add failontimeout to allow server admin to mark balancer member in err if IO ...Daniel Ruggeri2013-04-091-0/+1
* Pull out duplicated code to proxy_util...Jim Jagielski2013-03-071-0/+40
* Add in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com>Jim Jagielski2013-03-011-0/+1
* realign and fix logicJim Jagielski2013-02-211-1/+1
* ProxyPassInherit directiveJim Jagielski2013-01-281-0/+2
* Allow for searching w/i shm slots for a specific worker and balancerJim Jagielski2012-12-141-0/+26
* Use inherit_set to let the global server setRainer Jung2012-12-141-0/+1
* Anticipate ordering for 2.4 backportJim Jagielski2012-12-141-1/+1
* API sync... not crucial for trunkJim Jagielski2012-12-061-1/+1
* Allow for setting of sticky session split char...Jim Jagielski2012-11-011-0/+1
* OK, enable/allow previous broken, bad behavior iff the userJim Jagielski2012-09-201-0/+1
* Persist local balancer-manager changes across restart/graceful.Jim Jagielski2012-09-181-0/+1
* Fix handling of ProxyBlock if a forward proxy is configured, and fixJoe Orton2012-07-241-1/+13
* * Add the forcerecovery balancer parameter that determines if recovery forRuediger Pluem2012-03-281-0/+1
* Handle cases, esp when using mod_proxy_fcgi, when we do notJim Jagielski2012-02-091-0/+1
* Cure size_t abuse, curse some recent code [recommit good bits from r1227852]William A. Rowe Jr2012-01-051-1/+2
* Revert a whole mess that was not ment to be committedWilliam A. Rowe Jr2012-01-051-2/+1
* Cure size_t abuse, curse some recent codeWilliam A. Rowe Jr2012-01-051-1/+2
* mod_proxy: Remove dead code ap_proxy_table_unmerge().Graham Leggett2011-12-031-1/+0
* mod_proxy: Move ap_proxy_strmatch_path and ap_proxy_strmatch_domain out ofGraham Leggett2011-12-031-5/+0
* mod_proxy: Remove ap_proxy_make_fake_req() from the public API.Graham Leggett2011-12-031-1/+0
* mod_proxy: Remove dead PROXY_OPTIONAL_HOOK macro.Graham Leggett2011-12-031-7/+0
* mod_proxy: Remove dead code.Graham Leggett2011-12-031-2/+0