9bbde1f6e6
Add CHANGE for r1649632
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649966 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 22:56:02 +00:00
75541eb490
Add PR
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649964 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 22:46:34 +00:00
3663e2edf2
Add missing 'filemod' in functions list + minor formatting issue + long line split
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649636 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 20:03:50 +00:00
26c1550126
Be consistant with the code below which accepts lower or upper case.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649632 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 19:53:35 +00:00
750aa727b0
* modules/cache/mod_socache_memcache.c (socache_mc_store): Pass
...
through expiration time.
Submitted by: Faidon Liambotis <paravoid debian.org>, jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649491 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 10:06:29 +00:00
e5ce6647a4
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649341 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 14:10:06 +00:00
5c73d837ba
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649340 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 14:09:16 +00:00
4cc93b5734
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649339 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 14:06:00 +00:00
1d9ee42494
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649338 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 14:04:34 +00:00
88c8af0af4
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649332 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 13:43:21 +00:00
e6cb3d0576
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649330 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 13:40:37 +00:00
aa4947bf64
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649328 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 13:38:28 +00:00
1155befdb2
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649327 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 13:28:54 +00:00
8fc5eebcd1
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649326 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 13:27:14 +00:00
364870c27e
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649325 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 13:23:16 +00:00
bbb04bb837
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649211 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 15:37:54 +00:00
e4fb1a912e
XML update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649210 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 15:36:48 +00:00
9f3e0671fd
mod_proxy_ajp: Fix get_content_length().
...
clength in request_rec is for response sizes,
not request body size. It is initialized to 0,
so the "if" branch was never taken.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649043 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 14:28:39 +00:00
545e553dfb
Xforms.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649002 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 11:42:59 +00:00
567423717e
PR 48460: Improve/correct mod_proxy_ajp docs.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649001 13f79535-47bb-0310-9956-ffa450edef68
2015-01-02 11:36:45 +00:00
fa1cfae378
Add a hint about how CONNECT-method requests are filtered out by <Proxy>,
...
and how to enable them. I could not find this information easily.
In particular, the straightforward <Proxy https://www.example.com >... does
not allow CONNECT to the corresponding SSL server. Probably it would work
if a web client sent a "GET https://www.example.com/ HTTP/1.1" to the
proxy, but none would do that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648846 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 13:56:40 +00:00
fc913bb714
Regenerate xforms after s/2014/2015/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648843 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 13:48:56 +00:00
7cb5913e8a
Happy New Year 2015
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648840 13f79535-47bb-0310-9956-ffa450edef68
2015-01-01 13:05:30 +00:00
ecf622ac2e
split-logfile: Fix perl error: 'Can't use string ("example.org:80")
...
as a symbol ref while "strict refs"'. PR 56329.
Submitted By: Holger Mauermann <mauermann gmail.com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648719 13f79535-47bb-0310-9956-ffa450edef68
2014-12-31 15:39:02 +00:00
98efe0ccb1
Fix some spelling errors in mod_proxy_fcgi comments.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648557 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 17:43:59 +00:00
c54599cf61
PR 56603: Inappropiate ProxyPassReverse match when interpolated URL
...
is empty string
Submitted By: <ajprout hotmail.com>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648433 13f79535-47bb-0310-9956-ffa450edef68
2014-12-29 21:05:56 +00:00
96dee8d300
s/BitNami/Bitnami/
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648416 13f79535-47bb-0310-9956-ffa450edef68
2014-12-29 20:04:52 +00:00
e0b79f44a9
Configuration files with long lines and continuation characters
...
are not read properly. PR 55910.
Submitted By: Manuel Mausz <manuel-as mausz.at>
Committed By: covener
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648394 13f79535-47bb-0310-9956-ffa450edef68
2014-12-29 17:27:46 +00:00
6dd646b394
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648211 13f79535-47bb-0310-9956-ffa450edef68
2014-12-28 14:57:01 +00:00
6d2570a3a6
XML updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648210 13f79535-47bb-0310-9956-ffa450edef68
2014-12-28 14:55:39 +00:00
cded18be8c
Add class attributes for empty descriptions
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1648201 13f79535-47bb-0310-9956-ffa450edef68
2014-12-28 13:43:25 +00:00
23c292e6cd
Change the return value to const, so the const non-matching input can just be
...
returned.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647334 13f79535-47bb-0310-9956-ffa450edef68
2014-12-22 15:39:54 +00:00
2e34cdff99
some tweaks for no ServerName from PR57384
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647229 13f79535-47bb-0310-9956-ffa450edef68
2014-12-22 00:44:01 +00:00
cc3be6ca11
Rebuild.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647171 13f79535-47bb-0310-9956-ffa450edef68
2014-12-21 16:53:20 +00:00
75f871fe46
XML updates.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647170 13f79535-47bb-0310-9956-ffa450edef68
2014-12-21 16:52:07 +00:00
77a55de897
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647156 13f79535-47bb-0310-9956-ffa450edef68
2014-12-21 15:32:51 +00:00
54977c9881
fix path as well
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647154 13f79535-47bb-0310-9956-ffa450edef68
2014-12-21 15:30:52 +00:00
6fd31461a4
fix anchor to #workers
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647153 13f79535-47bb-0310-9956-ffa450edef68
2014-12-21 15:28:41 +00:00
829e98c57d
looks like debug left in r1642154
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647125 13f79535-47bb-0310-9956-ffa450edef68
2014-12-21 11:47:26 +00:00
d77e7a6885
provide alternative PATH_INFO calculation options for proxy_fcgi.
...
PR 55329
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647035 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 18:45:23 +00:00
094226f0cf
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647013 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 16:07:56 +00:00
bf279e3629
PATH_INFO is set for free when we use SetHandler style configuration,
...
because we have already directory walked.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647012 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 16:07:34 +00:00
a7a3d4af86
show a worker+uds+sethandler configuration
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647011 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 16:02:25 +00:00
65161d8196
typo and formatting
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647010 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 15:56:38 +00:00
85d1a0ba01
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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647009 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 15:56:16 +00:00
905930ac7c
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647006 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 15:38:35 +00:00
2af6b8f57f
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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647005 13f79535-47bb-0310-9956-ffa450edef68
2014-12-20 15:38:27 +00:00
198bea9b9f
xforms
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1646902 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 23:42:12 +00:00
43bb1e9675
add more examples, mention one reason to use SetHandler.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1646901 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 23:41:58 +00:00
727a07d553
tweak SCRIPT_FILENAME passed to fastcgi backends when a balancer is used.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1646724 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 14:03:52 +00:00