]> granicus.if.org Git - apache/log
apache
8 years agomod_proxy_http2: improved retry when encountering errored/shutdown connections
Stefan Eissing [Tue, 21 Jun 2016 13:37:38 +0000 (13:37 +0000)]
mod_proxy_http2: improved retry when encountering errored/shutdown connections

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749505 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd CHANGES entry for r1749401
Christophe Jaillet [Mon, 20 Jun 2016 21:12:13 +0000 (21:12 +0000)]
Add CHANGES entry for r1749401

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749404 13f79535-47bb-0310-9956-ffa450edef68

8 years agoUse 'memcpy' instead of 'strcpy' when the size of the string has already been computed.
Christophe Jaillet [Mon, 20 Jun 2016 21:08:43 +0000 (21:08 +0000)]
Use 'memcpy' instead of 'strcpy' when the size of the string has already been computed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749403 13f79535-47bb-0310-9956-ffa450edef68

8 years agoStyle only
Christophe Jaillet [Mon, 20 Jun 2016 21:07:26 +0000 (21:07 +0000)]
Style only

Be more consistent:
   - add space between (if|while) and \(
   - place of 'break ' statement

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749402 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix 'x' command processing in mod_sed.
Christophe Jaillet [Mon, 20 Jun 2016 21:03:07 +0000 (21:03 +0000)]
Fix 'x' command processing in mod_sed.

This has been tested using a slighly modified example taken from:
    https://blogs.oracle.com/basant/entry/using_mod_sed_to_filter
(OutputSed "s/.\*//"             has been changed in                OutputSed "s/.*//")

OutputSed "/Sunday/ {"
OutputSed "h"
OutputSed "s/.*//"
OutputSed "N"
OutputSed "s/\^.//"
OutputSed     "/Monday/ {"
OutputSed         "x"
OutputSed         "s/Sunday/Monday/"
OutputSed         "x"
OutputSed         "s/Monday/Tuesday/"
OutputSed         "H"
OutputSed         "g"
OutputSed     "}"
OutputSed "}"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749401 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: fix for request abort when connections drops, introduced in 1.5.8
Stefan Eissing [Sun, 19 Jun 2016 11:15:58 +0000 (11:15 +0000)]
mod_http2: fix for request abort when connections drops, introduced in 1.5.8

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749151 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRebuild.
Lucien Gentis [Sat, 18 Jun 2016 14:00:15 +0000 (14:00 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749034 13f79535-47bb-0310-9956-ffa450edef68

8 years agoXML update.
Lucien Gentis [Sat, 18 Jun 2016 13:59:24 +0000 (13:59 +0000)]
XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1749033 13f79535-47bb-0310-9956-ffa450edef68

8 years agoDocumentation rebuild
Luca Toscano [Sat, 18 Jun 2016 10:14:08 +0000 (10:14 +0000)]
Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748949 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFollow up about DNS Resolution cache in mod-proxy after
Luca Toscano [Sat, 18 Jun 2016 10:13:42 +0000 (10:13 +0000)]
Follow up about DNS Resolution cache in mod-proxy after
a users@ email thread ("mod_proxy and DNS resolving").
Review from devs would be really appreciated, I'd like to
backport this info asap to 2.4.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748948 13f79535-47bb-0310-9956-ffa450edef68

8 years ago* If enable_proxy_hcheck is unset handle it like other proxy modules
Ruediger Pluem [Fri, 17 Jun 2016 18:29:16 +0000 (18:29 +0000)]
* If enable_proxy_hcheck is unset handle it like other proxy modules

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748888 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix a potential buffer overflow.
Christophe Jaillet [Thu, 16 Jun 2016 05:17:35 +0000 (05:17 +0000)]
Fix a potential buffer overflow.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748653 13f79535-47bb-0310-9956-ffa450edef68

8 years agocore: removing quirk for supressing h2 in Upgrade: response header, never backported...
Stefan Eissing [Wed, 15 Jun 2016 14:47:21 +0000 (14:47 +0000)]
core: removing quirk for supressing h2 in Upgrade: response header, never backported, obsolete

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748591 13f79535-47bb-0310-9956-ffa450edef68

8 years ago* Fix compilation error introduced in r1748322 by double typedef
Ruediger Pluem [Wed, 15 Jun 2016 11:34:45 +0000 (11:34 +0000)]
* Fix compilation error introduced in r1748322 by double typedef

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748563 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: update after backport
Stefan Eissing [Wed, 15 Jun 2016 10:07:03 +0000 (10:07 +0000)]
mod_http2: update after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748538 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: more rigid error handling in DATA frame assembly
Stefan Eissing [Wed, 15 Jun 2016 09:30:14 +0000 (09:30 +0000)]
mod_http2: more rigid error handling in DATA frame assembly

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748531 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPrepare to backport, this is not specific to VS 2015...
William A. Rowe Jr [Tue, 14 Jun 2016 18:32:27 +0000 (18:32 +0000)]
Prepare to backport, this is not specific to VS 2015...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748448 13f79535-47bb-0310-9956-ffa450edef68

8 years agoDrop an invalid Last-Modified header value returned by a FCGI/CGI
Luca Toscano [Tue, 14 Jun 2016 10:35:23 +0000 (10:35 +0000)]
Drop an invalid Last-Modified header value returned by a FCGI/CGI
script instead tranforming it to Unix Epoch.

This bug was mentioned in the users@ mailing list and outlined in
the following centos bug: https://bugs.centos.org/view.php?id=10940
To reproduce the issue it is sufficient to connect mod-fastcgi
to a PHP script that returns a HTTP response with
the header "Last-Modified: foo". The header will be modified by
script_util.c to "Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT".
Dropping an invalid header in this case seems to be the most
consistent and correct option in my opinion, plus it shouldn't
break existing configurations. Returning Unix Epoch might be
dangerous and should be avoided, but please let me know your opinions.
Moreover this is my first commit outside the documentation court,
I hope to have got the procedure right.
This fix has been tested also with the 2.4.x branch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748379 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: version bump after backport
Stefan Eissing [Tue, 14 Jun 2016 10:12:22 +0000 (10:12 +0000)]
mod_http2: version bump after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748378 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_ssl: follow up to r1734561.
Yann Ylavic [Tue, 14 Jun 2016 09:35:13 +0000 (09:35 +0000)]
mod_ssl: follow up to r1734561.
Don't enable CRL checks/flags by default.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748368 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAllow other modules to become providers and add ACLs
Graham Leggett [Mon, 13 Jun 2016 22:33:35 +0000 (22:33 +0000)]
Allow other modules to become providers and add ACLs
to the DAV response. Requires apr-util v1.6+.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748322 13f79535-47bb-0310-9956-ffa450edef68

8 years agobackported to 2.4.21-dev
Jim Jagielski [Mon, 13 Jun 2016 13:05:46 +0000 (13:05 +0000)]
backported to 2.4.21-dev

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748216 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_dav: making mod_dav.h compile with clang again
Stefan Eissing [Mon, 13 Jun 2016 09:31:09 +0000 (09:31 +0000)]
mod_dav: making mod_dav.h compile with clang again

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748155 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_dav: Add dav_begin_multistatus, dav_send_one_response,
Graham Leggett [Sun, 12 Jun 2016 20:23:21 +0000 (20:23 +0000)]
mod_dav: Add dav_begin_multistatus, dav_send_one_response,
dav_finish_multistatus, dav_send_multistatus, dav_handle_err,
dav_failed_proppatch, dav_success_proppatch to mod_dav.h.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748047 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_dav: Add dav_get_provider_name() function to obtain the name
Graham Leggett [Sun, 12 Jun 2016 00:58:09 +0000 (00:58 +0000)]
mod_dav: Add dav_get_provider_name() function to obtain the name
of the provider from mod_dav.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747946 13f79535-47bb-0310-9956-ffa450edef68

8 years agoStrip proxy:fcgi:// just like proxy:balancer
Eric Covener [Fri, 10 Jun 2016 22:53:07 +0000 (22:53 +0000)]
Strip proxy:fcgi:// just like proxy:balancer

Submitted By: Jacob Champion <champion.pxi gmail.com>
Committed By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747810 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd -DDUMP_INCLUDES configtest option to show the tree
Eric Covener [Fri, 10 Jun 2016 22:44:39 +0000 (22:44 +0000)]
Add -DDUMP_INCLUDES configtest option to show the tree
of Included configuration files.

Example:

    Included configuration files:
      (*) .../conf/httpd.conf
        (517) .../conf/extra/proxy-html.conf
          (91) /dev/null

Submitted By: Jacob Champion <champion.pxi gmail.com>
Committed By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747808 13f79535-47bb-0310-9956-ffa450edef68

8 years agoWhen ap_proxy_show_hcmethod has been backported in 2.4.x (r1744951) the function...
Christophe Jaillet [Fri, 10 Jun 2016 22:12:55 +0000 (22:12 +0000)]
When  ap_proxy_show_hcmethod has been backported in 2.4.x (r1744951) the function has not been placed at the same position in the code (see r1725306).

Move it at the same place in oder to synch 2.4.x and trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747807 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch by...
Stefan Eissing [Fri, 10 Jun 2016 15:27:34 +0000 (15:27 +0000)]
mod_proxy_http2: fix flow control when frontend connection is HTTP/1.1, patch by Evgeny Kotkov

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747735 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2_util...
Stefan Eissing [Thu, 9 Jun 2016 14:03:07 +0000 (14:03 +0000)]
mod_proxy_http2: own h2_proxy_util.c source file to avoid duplicate use of h2_util.c, updated dsp and cmake as well as configure files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747550 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: uddated changes and version after backport
Stefan Eissing [Thu, 9 Jun 2016 11:20:02 +0000 (11:20 +0000)]
mod_http2: uddated changes and version after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747535 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: more orderly destruction of stream/task pairs
Stefan Eissing [Thu, 9 Jun 2016 10:28:51 +0000 (10:28 +0000)]
mod_http2: more orderly destruction of stream/task pairs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747531 13f79535-47bb-0310-9956-ffa450edef68

8 years agoA much more innocuous cut-and-paste flaw
William A. Rowe Jr [Thu, 9 Jun 2016 02:42:23 +0000 (02:42 +0000)]
A much more innocuous cut-and-paste flaw

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747484 13f79535-47bb-0310-9956-ffa450edef68

8 years agoHave to walk it back, but somewhere along the way, I missed a critical edit
William A. Rowe Jr [Thu, 9 Jun 2016 02:40:08 +0000 (02:40 +0000)]
Have to walk it back, but somewhere along the way, I missed a critical edit

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747483 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr [Thu, 9 Jun 2016 01:05:45 +0000 (01:05 +0000)]
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen

This time, with merge-ability back into 2.4.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747478 13f79535-47bb-0310-9956-ffa450edef68

8 years agoMajor issue with these two specific edits falling into r1747469
William A. Rowe Jr [Thu, 9 Jun 2016 01:04:47 +0000 (01:04 +0000)]
Major issue with these two specific edits falling into r1747469
is that it becomes impossible to cleanly merge into branches/2.4.x.

Reverting this one functional/historical edit, to recommit for merging.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747477 13f79535-47bb-0310-9956-ffa450edef68

8 years agoThe answer to the question appears to be in 2.4.21, drop h2_casecmpstr fork
William A. Rowe Jr [Thu, 9 Jun 2016 00:19:24 +0000 (00:19 +0000)]
The answer to the question appears to be in 2.4.21, drop h2_casecmpstr fork

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747470 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
William A. Rowe Jr [Thu, 9 Jun 2016 00:06:42 +0000 (00:06 +0000)]
Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747469 13f79535-47bb-0310-9956-ffa450edef68

8 years agoUpdate code to mirror r1747461 of apr-2.0 apr_cstr.c.
William A. Rowe Jr [Wed, 8 Jun 2016 23:46:13 +0000 (23:46 +0000)]
Update code to mirror r1747461 of apr-2.0 apr_cstr.c.

More legible, slightly more performant.  Based on the
compiler in use and -O flags, YMWV.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747468 13f79535-47bb-0310-9956-ffa450edef68

8 years agobackported (expected more)
Eric Covener [Wed, 8 Jun 2016 23:32:26 +0000 (23:32 +0000)]
backported (expected more)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747467 13f79535-47bb-0310-9956-ffa450edef68

8 years agocommited just for work over it (since its too long (on going )
Luis Gil [Wed, 8 Jun 2016 11:37:09 +0000 (11:37 +0000)]
commited just for work over it (since its too long (on going )
still have the outdated tag just if some acces to the page

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747381 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTranslated to match english revision.
Luis Gil [Wed, 8 Jun 2016 11:08:46 +0000 (11:08 +0000)]
Translated to match english revision.
Reviewed. build the html file

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747374 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTranslated to match english revision.
Luis Gil [Wed, 8 Jun 2016 10:33:44 +0000 (10:33 +0000)]
Translated to match english revision.
Reviewed. build the html file

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747368 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTranslated to match english revision.
Luis Gil [Wed, 8 Jun 2016 00:11:57 +0000 (00:11 +0000)]
Translated to match english revision.
Reviewed. build the html file

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747328 13f79535-47bb-0310-9956-ffa450edef68

8 years agoupdate CHANGES and mod_http2 version after backport
Stefan Eissing [Tue, 7 Jun 2016 12:05:59 +0000 (12:05 +0000)]
update CHANGES and mod_http2 version after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747201 13f79535-47bb-0310-9956-ffa450edef68

8 years agoUpdate htdbm manual
Rich Bowen [Tue, 7 Jun 2016 11:29:09 +0000 (11:29 +0000)]
Update htdbm manual

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747193 13f79535-47bb-0310-9956-ffa450edef68

8 years agorebuild
Rich Bowen [Tue, 7 Jun 2016 11:00:52 +0000 (11:00 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747191 13f79535-47bb-0310-9956-ffa450edef68

8 years agorebuild
Rich Bowen [Tue, 7 Jun 2016 10:40:52 +0000 (10:40 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747186 13f79535-47bb-0310-9956-ffa450edef68

8 years agoThe -l option requires a filename argument.
Rich Bowen [Tue, 7 Jun 2016 10:34:59 +0000 (10:34 +0000)]
The -l option requires a filename argument.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747185 13f79535-47bb-0310-9956-ffa450edef68

8 years agogit-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747184 13f79535-47bb...
Luis Gil [Tue, 7 Jun 2016 10:31:55 +0000 (10:31 +0000)]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747184 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTranslated to match english revision.
Luis Gil [Tue, 7 Jun 2016 10:30:27 +0000 (10:30 +0000)]
Translated to match english revision.
Reviewed. build the html file

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747183 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: fixes a mem corruption when streams/connections terminated before tasks...
Stefan Eissing [Tue, 7 Jun 2016 08:54:02 +0000 (08:54 +0000)]
mod_http2: fixes a mem corruption when streams/connections terminated before tasks returned

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747170 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: updated CHANGES and version bump after backport
Stefan Eissing [Mon, 6 Jun 2016 12:54:47 +0000 (12:54 +0000)]
mod_http2: updated CHANGES and version bump after backport

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746988 13f79535-47bb-0310-9956-ffa450edef68

8 years agoDelay a table lookup until we know that we can handle the request.
Christophe Jaillet [Sun, 5 Jun 2016 09:17:33 +0000 (09:17 +0000)]
Delay a table lookup until we know that we can handle the request.
Concat a string at compile time, rather than run time.
Some various style fixes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746884 13f79535-47bb-0310-9956-ffa450edef68

8 years agoNo need to scan the first 5 bytes, they are already correct (i.e. HTTP_)
Christophe Jaillet [Sun, 5 Jun 2016 08:40:20 +0000 (08:40 +0000)]
No need to scan the first 5 bytes, they are already correct (i.e. HTTP_)
Fix indentation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746878 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRebuild.
Lucien Gentis [Sat, 4 Jun 2016 15:50:20 +0000 (15:50 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746839 13f79535-47bb-0310-9956-ffa450edef68

8 years agoXML updates.
Lucien Gentis [Sat, 4 Jun 2016 15:49:29 +0000 (15:49 +0000)]
XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746838 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd some links and improve highlight
Christophe Jaillet [Fri, 3 Jun 2016 20:33:14 +0000 (20:33 +0000)]
Add some links and improve highlight

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746754 13f79535-47bb-0310-9956-ffa450edef68

8 years agoCorrect the behavior and interaction between SSLProxyCheckPeer[CN|Name],
William A. Rowe Jr [Thu, 2 Jun 2016 22:31:35 +0000 (22:31 +0000)]
Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name],
such that disabling either disables both, and that enabling either will
trigger the more comprehensive SSLProxyCheckPeerName behavior.

Only a single configuration remains to enable the legacy behavior, which
is to explicitly disable SSLProxyCheckPeerName and enable SSLProxyCheckPeerCN.

Changes to the proxy config directives leads us to a different 2.4 fix...
https://github.com/wrowe/patches/blob/master/fix_proxy_check_peer-2.4.x.patch

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746647 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_dav: Add support for childtags to dav_error.
Graham Leggett [Mon, 30 May 2016 22:38:23 +0000 (22:38 +0000)]
mod_dav: Add support for childtags to dav_error.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746207 13f79535-47bb-0310-9956-ffa450edef68

8 years agoOff by one "make dox" warning
Christophe Jaillet [Mon, 30 May 2016 21:08:56 +0000 (21:08 +0000)]
Off by one "make dox" warning

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746206 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix r1746183
Christophe Jaillet [Mon, 30 May 2016 20:22:37 +0000 (20:22 +0000)]
Fix r1746183
(when you rename a parameter, make sure to update places where it is used...)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746193 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix some doxygen warning.
Christophe Jaillet [Mon, 30 May 2016 20:19:41 +0000 (20:19 +0000)]
Fix some doxygen warning.
Make the use of 'pfds' and 'pds' consistent

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746189 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix some obvious doxygen warning
Christophe Jaillet [Mon, 30 May 2016 19:56:14 +0000 (19:56 +0000)]
Fix some obvious doxygen warning

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746183 13f79535-47bb-0310-9956-ffa450edef68

8 years agoOff by one "make dox" warning
Christophe Jaillet [Mon, 30 May 2016 19:24:34 +0000 (19:24 +0000)]
Off by one "make dox" warning

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746171 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRebuild.
Lucien Gentis [Sun, 29 May 2016 13:10:45 +0000 (13:10 +0000)]
Rebuild.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746003 13f79535-47bb-0310-9956-ffa450edef68

8 years agoXML updates.
Lucien Gentis [Sun, 29 May 2016 13:03:11 +0000 (13:03 +0000)]
XML updates.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746002 13f79535-47bb-0310-9956-ffa450edef68

8 years agoXML update.
Lucien Gentis [Sun, 29 May 2016 12:56:04 +0000 (12:56 +0000)]
XML update.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1746000 13f79535-47bb-0310-9956-ffa450edef68

8 years agorebuild
Rich Bowen [Sat, 28 May 2016 15:02:03 +0000 (15:02 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745885 13f79535-47bb-0310-9956-ffa450edef68

8 years agoSend them to the auth'ed area on success, as expected.
Rich Bowen [Sat, 28 May 2016 14:50:46 +0000 (14:50 +0000)]
Send them to the auth'ed area on success, as expected.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745883 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRebuild new working example.
Rich Bowen [Sat, 28 May 2016 14:40:24 +0000 (14:40 +0000)]
Rebuild new working example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745879 13f79535-47bb-0310-9956-ffa450edef68

8 years agoMake this example actually, y'know, work.
Rich Bowen [Sat, 28 May 2016 14:37:43 +0000 (14:37 +0000)]
Make this example actually, y'know, work.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745878 13f79535-47bb-0310-9956-ffa450edef68

8 years agoThe example doesn't do anything at all without a Require directive,
Rich Bowen [Sat, 28 May 2016 14:20:39 +0000 (14:20 +0000)]
The example doesn't do anything at all without a Require directive,
which is very confusing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745877 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix comment typo
Stefan Fritsch [Sat, 28 May 2016 10:45:53 +0000 (10:45 +0000)]
Fix comment typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745864 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix segfault with logresolve -c and IPv6
Stefan Fritsch [Sat, 28 May 2016 10:45:18 +0000 (10:45 +0000)]
Fix segfault with logresolve -c and IPv6

Due to a logic error, there could be a NULL pointer dereference.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823259

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745863 13f79535-47bb-0310-9956-ffa450edef68

8 years agoConstify and save a few bytes in the conf pool when parsing "UserDir" directive
Christophe Jaillet [Sat, 28 May 2016 05:54:19 +0000 (05:54 +0000)]
Constify and save a few bytes in the conf pool when parsing "UserDir" directive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745835 13f79535-47bb-0310-9956-ffa450edef68

8 years agoxforms
Christophe Jaillet [Fri, 27 May 2016 20:39:13 +0000 (20:39 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745813 13f79535-47bb-0310-9956-ffa450edef68

8 years agoImprove example layout
Christophe Jaillet [Fri, 27 May 2016 20:38:44 +0000 (20:38 +0000)]
Improve example layout
Synch with 2.4.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745812 13f79535-47bb-0310-9956-ffa450edef68

8 years agoxforms
Christophe Jaillet [Fri, 27 May 2016 20:25:49 +0000 (20:25 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745811 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix broken link
Christophe Jaillet [Fri, 27 May 2016 20:25:04 +0000 (20:25 +0000)]
Fix broken link

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745810 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and up
Gregg Lewis Smith [Fri, 27 May 2016 15:47:23 +0000 (15:47 +0000)]
PR59630: include OpenSSL_Applink when compiling on Visual Studio 2015 and up

Submitted By: Jan Ehrhardt <phpdev ehrhardt.nl>
Committed By: gsmith

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745767 13f79535-47bb-0310-9956-ffa450edef68

8 years agoxforms
Christophe Jaillet [Fri, 27 May 2016 05:48:32 +0000 (05:48 +0000)]
xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745712 13f79535-47bb-0310-9956-ffa450edef68

8 years agoImprove highlight
Christophe Jaillet [Fri, 27 May 2016 05:47:43 +0000 (05:47 +0000)]
Improve highlight

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745711 13f79535-47bb-0310-9956-ffa450edef68

8 years ago_setargv will not compile on _MSC_VER > 1700 MS documentation's example simply does...
Gregg Lewis Smith [Wed, 25 May 2016 16:27:59 +0000 (16:27 +0000)]
_setargv will not compile on _MSC_VER > 1700 MS documentation's example simply does not work. Disabe for now, Apachemonitor still works.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745516 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTranslated to match english revision.
Luis Gil [Mon, 23 May 2016 15:41:18 +0000 (15:41 +0000)]
Translated to match english revision.
Reviewed. build the html file

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745221 13f79535-47bb-0310-9956-ffa450edef68

8 years agoxform
Eric Covener [Mon, 23 May 2016 14:55:42 +0000 (14:55 +0000)]
xform

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745207 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd a -R example, I had to ask for help to figure out the single quotes.
Eric Covener [Mon, 23 May 2016 14:55:13 +0000 (14:55 +0000)]
add a -R example, I had to ask for help to figure out the single quotes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745206 13f79535-47bb-0310-9956-ffa450edef68

8 years agominor fixes fixed the first example not displaying correctly.
Luis Gil [Mon, 23 May 2016 13:45:33 +0000 (13:45 +0000)]
minor fixes fixed the first example not displaying correctly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745196 13f79535-47bb-0310-9956-ffa450edef68

8 years agomodified the revision number
Luis Gil [Mon, 23 May 2016 13:12:43 +0000 (13:12 +0000)]
modified the revision number

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745191 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFixed the time in the line previouse to the example.
Luis Gil [Mon, 23 May 2016 13:11:15 +0000 (13:11 +0000)]
Fixed the time in the line previouse to the example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745189 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTranslated to match english revision.
Luis Gil [Mon, 23 May 2016 13:05:58 +0000 (13:05 +0000)]
Translated to match english revision.
Reviewed. Added the xml file to repo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745188 13f79535-47bb-0310-9956-ffa450edef68

8 years agomod_http2: fix possible null pointer deref in bucket beams on receive
Stefan Eissing [Mon, 23 May 2016 12:37:53 +0000 (12:37 +0000)]
mod_http2: fix possible null pointer deref in bucket beams on receive

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745175 13f79535-47bb-0310-9956-ffa450edef68

8 years agoDocumentation Rebuild
Luca Toscano [Mon, 23 May 2016 12:14:50 +0000 (12:14 +0000)]
Documentation Rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745170 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdding a note to mod_proxy documentation to clarify DNS resolution with origin server...
Luca Toscano [Mon, 23 May 2016 12:14:19 +0000 (12:14 +0000)]
Adding a note to mod_proxy documentation to clarify DNS resolution with origin servers. Follow up from a question on users@.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745169 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTranslated to match english revision.
Luis Gil [Mon, 23 May 2016 11:38:58 +0000 (11:38 +0000)]
Translated to match english revision.
Reviewed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745149 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPhrasing assumed you're converting from auth_basic.
Rich Bowen [Sun, 22 May 2016 14:46:25 +0000 (14:46 +0000)]
Phrasing assumed you're converting from auth_basic.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745060 13f79535-47bb-0310-9956-ffa450edef68

8 years agoinclude the scheme in the error message about missing a
Eric Covener [Sun, 22 May 2016 13:11:11 +0000 (13:11 +0000)]
include the scheme in the error message about missing a
mod_proxy_submodule (mod_proxy_$usually_a_scheme)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745039 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPR59612: Print the ap_expr() error message when an expression cannot
Eric Covener [Sun, 22 May 2016 12:03:21 +0000 (12:03 +0000)]
PR59612: Print the ap_expr() error message when an expression cannot
be evaluated in forward-dns provider.

Submitted By: Tianyin Xu <tixu cs.ucsd.edu>
Committed By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745034 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPR59611: Fix AH02633 require type
Eric Covener [Sun, 22 May 2016 12:00:33 +0000 (12:00 +0000)]
PR59611: Fix AH02633 require type

Submitted By: Tianyin Xu <tixu cs.ucsd.edu>
Commited By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745033 13f79535-47bb-0310-9956-ffa450edef68

8 years agorebuild
Rich Bowen [Sat, 21 May 2016 21:01:21 +0000 (21:01 +0000)]
rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1744984 13f79535-47bb-0310-9956-ffa450edef68