| 5d01f40ffd657dd2ac567aacd93cabd162ddfa79 1673945 |
|
15-Apr-2015 |
coar |
* Remove trailing whitespace from a bunch of *.xml files
* Quoted arguments to Rewrite{Base,Cond,Map,Rule}. |
| 2fae9d127f7143fabe8f73958eb9bde31df17d41 1673930 |
|
15-Apr-2015 |
coar |
Quote path/URL arguments to Proxy* directives. |
| 1f1b6bf13313fdd14a45e52e553d3ff28689b717 1673892 |
|
15-Apr-2015 |
coar |
Enclose parameters in quotation marks for <{Files,Directory,Location}{,Match}>
containers. |
| f5998805fc7914b5bc0ace4f7e2d9bacc1cfe240 1655778 |
|
29-Jan-2015 |
mrumph |
Added doc links between mod_proxy_fcgi and mod_authnz_fcgi |
| 4eee80f04beaf6a8a6c689ae71471a5719ae91ae 1647154 |
|
21-Dec-2014 |
covener |
fix path as well |
| ab21554d20205abffccc36f0fcb666494647e9cd 1647153 |
|
21-Dec-2014 |
covener |
fix anchor to #workers |
| 5e50f2a09fcbd826d257254d65f0654abac28134 1647035 |
|
20-Dec-2014 |
covener |
provide alternative PATH_INFO calculation options for proxy_fcgi.
PR 55329 |
| 3bb57887e1abbb0e02b739a291bf0cbaab7da01e 1647012 |
|
20-Dec-2014 |
covener |
PATH_INFO is set for free when we use SetHandler style configuration,
because we have already directory walked. |
| 2fe70eba333fc2095abfbea5393b2082e57d5d3f 1647011 |
|
20-Dec-2014 |
covener |
show a worker+uds+sethandler configuration |
| 44b664206cee887b8b69862def5dd1832afc97dd 1647009 |
|
20-Dec-2014 |
covener |
Allow SetHandler+UDS+fcgi to take advantage of dedicated workers including
opting in to connection reuse and other proxy options (max=, etc).
adds 'enablereuse' proxyoption and a minor MMN bump to share
proxy_desocketfy outside of mod_proxy.c, which is required to
match workers to URLs. |
| 4472df9a373740420f81c4c14a331b54d2f91603 1647005 |
|
20-Dec-2014 |
covener |
Allow (a hokey) opt-in to connection reuse for mod_proxy_fcgi + TCP.
Connection reuse has been disabled since r1032345 at the end of
2011.
Attempt to reverse the polarity of the connection reuse doc which
has been wrong for a long time. |
| e9dfd8bc94d903cbe69bc4d6f6ec8c42b45b4d66 1646901 |
|
20-Dec-2014 |
covener |
add more examples, mention one reason to use SetHandler. |
| d13dc5eaf2353e4a5f308d3f87f1e18c3b03a278 1642450 |
|
29-Nov-2014 |
lgentis |
XML updates. |
| 3f178abd1c04c62348323619be84a5bd1fe1c3a2 1641434 |
|
24-Nov-2014 |
covener |
move text outside of example for readability. |
| eb8a9708b915f27a3a10c8fc78e001f401186041 1641414 |
|
24-Nov-2014 |
covener |
steal the sethandler example from mod_proxy.html and mention worker issue |
| 193b3e56c39bd0833fe0ab3cb44503839d1d9164 1641382 |
|
24-Nov-2014 |
covener |
test/document php-fpm with proxy_fcgi |
| a67030130b82fe3e5231adcaab8a6641bab764ef 1520875 |
|
08-Sep-2013 |
covener |
elaborate on fastcgistarer, which is a) not yet supported on windows and
b) only needed when the frameworker doesn't have something built-in. |
| 49c1d45abbd5add003287667aa1e934444fa4974 1421851 |
|
14-Dec-2012 |
rjung |
Fix use of trailing slashes in proxy
balancer and member URLs and add a little
explanation.
Current behavior AFAIK:
- Any path of a balancer URL inside <Proxy>
is ignored. So lets not use e.g.trailing slashes
there. The URL should for consistency always
look like balancer://mycluster.
- The general comment about trailing slashes on the
left and right of ProxyPass is also right for
balancer use.
- Trailing slahes in BalancerMember in most cases
lead to double slashes on the origin server.
So lets drop them there and instead get the
ProxyPass to the balancer right.
- Path components in member URLs are only
needed, if different path prefixes are needed
for members in the same balancer (unlikely
but possible). If all members work with the
same non-empty additional prefix, put it
into the ProxyPass at the end of the balancer
instead. |
| 626cbbae0d87d1e58fabf969ef6c55e3f5fcd544 1331217 |
|
27-Apr-2012 |
humbedooh |
Syntax updates for mod_p*.xml |
| 860b4efe27e7c1c9a2bf5c872b29c90f76849b51 1174747 |
|
23-Sep-2011 |
jim |
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change |
| 2935c06515b172db47bc622218179a22fa45437e 1078089 |
|
04-Mar-2011 |
jim |
Fix/workaround for BUGZ PR 50851.
By default, mod_proxy_fcgi with not create PATH_INFO, unless
specifically told to. |
| af821737aacf3ed6f419732f7420b331bae80ba7 934479 |
|
15-Apr-2010 |
trawick |
describe the connection reuse issue, which can break the simplest
FastCGI applications |
| fd961f7871d2a909f75baf2769652e59c360f16e 934470 |
|
15-Apr-2010 |
trawick |
improve balancer references in the examples |
| 629efd2575d82e4678778e408bf932685a021d70 934249 |
|
15-Apr-2010 |
trawick |
tweak some language, add examples |
| 722110c962e63af83151d807f722b0fd8b9fd34b 669736 |
|
20-Jun-2008 |
takashi |
* mod/mod_proxy_fcgi.xml: fix the wrong module name
* programs/index.xml: add fcgistarter |
| 0efb708c6ae04a014ab52b50fb0b3961473296d3 669542 |
|
19-Jun-2008 |
takashi |
Add documents of mod_proxy_fcgi and fcgistarter.
These are incomplete. |