]> granicus.if.org Git - apache/log
apache
8 years agoDocumentation rebuild after recent commits
Luca Toscano [Fri, 29 Apr 2016 06:33:47 +0000 (06:33 +0000)]
Documentation rebuild after recent commits

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

8 years agoMake the comments link always appear under "See also" in the right panel of each...
Luca Toscano [Fri, 29 Apr 2016 06:31:53 +0000 (06:31 +0000)]
Make the comments link always appear under "See also" in the right panel of each doc page.
Previously it was inconsistently placed right below the last section on top.

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

8 years agoRevert to 2.4.1 behavior and null the request and vhost as appropriate. PR 59333
William A. Rowe Jr [Thu, 28 Apr 2016 15:37:49 +0000 (15:37 +0000)]
Revert to 2.4.1 behavior and null the request and vhost as appropriate. PR 59333

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

8 years agomod_http2: fix for connection cleanup on early close by client
Stefan Eissing [Thu, 28 Apr 2016 15:11:41 +0000 (15:11 +0000)]
mod_http2: fix for connection cleanup on early close by client

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

8 years agoadd meta file of the index html file
Luis Gil [Thu, 28 Apr 2016 14:36:29 +0000 (14:36 +0000)]
add meta file of the index html file

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

8 years agoUpdated Index of programs
Luis Gil [Thu, 28 Apr 2016 14:34:22 +0000 (14:34 +0000)]
Updated Index of programs

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

8 years agomod_http2: update and version bump after backport
Stefan Eissing [Thu, 28 Apr 2016 12:44:02 +0000 (12:44 +0000)]
mod_http2: update and version bump after backport

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

8 years agomod_http2: fixes in input/output bucket handling
Stefan Eissing [Thu, 28 Apr 2016 11:39:57 +0000 (11:39 +0000)]
mod_http2: fixes in input/output bucket handling

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

8 years agomod_http2: more sparse scorebaord updates with overall stats, keeping last request...
Stefan Eissing [Thu, 28 Apr 2016 08:46:18 +0000 (08:46 +0000)]
mod_http2: more sparse scorebaord updates with overall stats, keeping last request info visible longer

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

8 years ago Ensure http2 follows http in the meaning of
William A. Rowe Jr [Wed, 27 Apr 2016 18:41:49 +0000 (18:41 +0000)]
  Ensure http2 follows http in the meaning of
  status WRITE (meaning 'in the request processing
  phase' even if still consuming the request body,
  not literally in a 'now writing' state).

  Ensure a number of MPMs and the h2 connection io
  no longer clobber the request status line during
  state-only changes.  While at it, clean up some
  very ugly formatting and unnecessary decoration,
  and avoid the wordy _from_conn() flavor when we
  are not passing a connection_rec.

  Ensure the useragent_ip is only used in the case
  where it has been initialized, fall back on the
  connection's remote_ip if the status is accidently
  updated from an uninitialized request_rec.

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

8 years agoRevert 1741277 - need a scoreboard by slot context here
William A. Rowe Jr [Wed, 27 Apr 2016 15:39:53 +0000 (15:39 +0000)]
Revert 1741277 - need a scoreboard by slot context here

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

8 years agoCorrect regressions introduced in r1137358 and r1740910.
William A. Rowe Jr [Wed, 27 Apr 2016 15:24:33 +0000 (15:24 +0000)]
Correct regressions introduced in r1137358 and r1740910.

The conn_rec context may be passed only when setting up the
initial connection, otherwise the request info is trashed.

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

8 years agomod_http2: removing beam mutex when task worker done
Stefan Eissing [Wed, 27 Apr 2016 14:01:12 +0000 (14:01 +0000)]
mod_http2: removing beam mutex when task worker done

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

8 years agoCGIVar now in 2.4.x branch
Jeff Trawick [Wed, 27 Apr 2016 13:03:31 +0000 (13:03 +0000)]
CGIVar now in 2.4.x branch

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

8 years agocomented out man build since its now not necesary
Luis Gil [Wed, 27 Apr 2016 08:54:30 +0000 (08:54 +0000)]
comented out man build since its now not necesary

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

8 years agoFollow up to r1740155: Update NetWare Makefile with h2_ihash_empty().
Yann Ylavic [Tue, 26 Apr 2016 22:54:26 +0000 (22:54 +0000)]
Follow up to r1740155: Update NetWare Makefile with h2_ihash_empty().

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

8 years agoupdated FAQ index and builded html
Luis Gil [Tue, 26 Apr 2016 22:45:42 +0000 (22:45 +0000)]
updated FAQ index and builded html

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

8 years agoFollow up to r1740928: updates for Netware build.
Yann Ylavic [Tue, 26 Apr 2016 22:31:19 +0000 (22:31 +0000)]
Follow up to r1740928: updates for Netware build.

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

8 years agoupdated to english revision
Luis Gil [Tue, 26 Apr 2016 21:23:20 +0000 (21:23 +0000)]
updated to english revision

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

8 years agoDocumentation rebuild
Luca Toscano [Tue, 26 Apr 2016 18:13:42 +0000 (18:13 +0000)]
Documentation rebuild

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

8 years agoFollow up for the Bugfix checklist panel. Remove ":" from Bugfix checklist, moved...
Luca Toscano [Tue, 26 Apr 2016 18:12:26 +0000 (18:12 +0000)]
Follow up for the Bugfix checklist panel. Remove ":" from Bugfix checklist, moved HTTPD to httpd, added the component=mod_name to the "Open bug" link.

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

8 years agoFLUSHing H2EOS and H2EOC buckets to preserve destruction order, improving bucket...
Stefan Eissing [Tue, 26 Apr 2016 14:50:57 +0000 (14:50 +0000)]
FLUSHing H2EOS and H2EOC buckets to preserve destruction order, improving bucket beams to disengage from live green buckets on shutdown

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

8 years agoBuild docs.
Yann Ylavic [Tue, 26 Apr 2016 11:21:48 +0000 (11:21 +0000)]
Build docs.

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

8 years agoFollow up to r1740928, r1740987: fix 'proxy section'.
Yann Ylavic [Tue, 26 Apr 2016 11:17:13 +0000 (11:17 +0000)]
Follow up to r1740928, r1740987: fix 'proxy section'.

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

8 years agoFollow up to r1740928, r1740967: Introduce 'proxy section' context?
Yann Ylavic [Tue, 26 Apr 2016 09:47:46 +0000 (09:47 +0000)]
Follow up to r1740928, r1740967: Introduce 'proxy section' context?

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

8 years agoFollow up to r1740928: update docs (contexts) and minor MMN.
Yann Ylavic [Tue, 26 Apr 2016 08:55:57 +0000 (08:55 +0000)]
Follow up to r1740928: update docs (contexts) and minor MMN.

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

8 years agoFollow up to r1740928: better CHANGES entry.
Yann Ylavic [Tue, 26 Apr 2016 07:18:53 +0000 (07:18 +0000)]
Follow up to r1740928: better CHANGES entry.

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

8 years agomod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
Yann Ylavic [Tue, 26 Apr 2016 00:04:57 +0000 (00:04 +0000)]
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
allowing per backend TLS configuration.

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

8 years agoevent: update worker score keepalive status.
Yann Ylavic [Mon, 25 Apr 2016 21:50:40 +0000 (21:50 +0000)]
event: update worker score keepalive status.

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

8 years agoFix a typo
Christophe Jaillet [Mon, 25 Apr 2016 19:18:38 +0000 (19:18 +0000)]
Fix a typo
Remove a useless empty line
Turn a tab into spaces to be consistent

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

8 years agoConsistent capitalization of Internal Server Error.
Rich Bowen [Mon, 25 Apr 2016 14:37:53 +0000 (14:37 +0000)]
Consistent capitalization of Internal Server Error.

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

8 years agoClarify misleading statement about Nonfatal
Rich Bowen [Mon, 25 Apr 2016 14:34:17 +0000 (14:34 +0000)]
Clarify misleading statement about Nonfatal

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

8 years agoDocumentation rebuild
Luca Toscano [Sun, 24 Apr 2016 21:13:03 +0000 (21:13 +0000)]
Documentation rebuild

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

8 years agoSecond part of the new "Bugfix checklist" panel in the modules doc pages.
Luca Toscano [Sun, 24 Apr 2016 21:11:42 +0000 (21:11 +0000)]
Second part of the new "Bugfix checklist" panel in the modules doc pages.
Changes discussed in docs@ and implemented:
- Moved Httpd to HTTPD
- Created a new link to quickly open a bug in Bugzilla
- Modified the link called "Open bugs" to "Known issues" and appended
  the bugzilla component name to the URL. In this way the user will only
  see bugs related to the module under review, not all the httpd ones.
  A little hack was necessary since some mpms have inconsistent naming
  (e.g. mpm_event in Bugzilla and event in docs).

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

8 years agoxforms
Christophe Jaillet [Sun, 24 Apr 2016 17:27:02 +0000 (17:27 +0000)]
xforms

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

8 years agoFix doc as spotted by Mike Matthews in online doc
Christophe Jaillet [Sun, 24 Apr 2016 17:20:23 +0000 (17:20 +0000)]
Fix doc as spotted by Mike Matthews in online doc

Fix link to distcache.
http://www.distcache.org/ --> http://distcache.sourceforge.net/

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

8 years agoSupport for OpenSSL 1.1.0:
Rainer Jung [Sat, 23 Apr 2016 13:17:52 +0000 (13:17 +0000)]
Support for OpenSSL 1.1.0:
- X509_STORE_CTX is now opaque.

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

8 years agoSupport for OpenSSL 1.1.0:
Rainer Jung [Sat, 23 Apr 2016 12:36:43 +0000 (12:36 +0000)]
Support for OpenSSL 1.1.0:
- symbols get_rfc..._prime_... have been
  renamed to BN_get_rfc..._prime_...

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

8 years agoTypo
Christophe Jaillet [Wed, 20 Apr 2016 21:34:48 +0000 (21:34 +0000)]
Typo

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

8 years agomod_http2: elimination of h2_io intermediate stream instances
Stefan Eissing [Wed, 20 Apr 2016 15:17:38 +0000 (15:17 +0000)]
mod_http2: elimination of h2_io intermediate stream instances

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

8 years agofixing h2 supress to inhibit other annnouncements in upgrade: header
Stefan Eissing [Wed, 20 Apr 2016 11:39:30 +0000 (11:39 +0000)]
fixing h2 supress to inhibit other annnouncements in upgrade: header

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

8 years agoDocumentation rebuild
Luca Toscano [Wed, 20 Apr 2016 11:13:59 +0000 (11:13 +0000)]
Documentation rebuild

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

8 years agoAdd a new panel to all the module doc pages containing quicklinks for Changelog and...
Luca Toscano [Wed, 20 Apr 2016 11:12:50 +0000 (11:12 +0000)]
Add a new panel to all the module doc pages containing quicklinks for Changelog and open bugs.

This change should help users not familiar with the httpd changelog and bugzilla to check them
before asking in IRC/users@/etc if httpd has a bug or not. The wording and position of the
panel can of course be changed; this is a proposal to improve user experience while consulting
doc pages related to httpd modules. The change has also been discussed in docs@.

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

8 years agochanging r->protocol to HTTP/2.0 for HTTP/2 requests, fixes PR 59313
Stefan Eissing [Wed, 20 Apr 2016 11:02:54 +0000 (11:02 +0000)]
changing r->protocol to HTTP/2.0 for HTTP/2 requests, fixes PR 59313

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

8 years agocompilation fixes for VC
Stefan Eissing [Wed, 20 Apr 2016 09:59:15 +0000 (09:59 +0000)]
compilation fixes for VC

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

8 years agosuppress h2 in upgrade header
Stefan Eissing [Wed, 20 Apr 2016 09:22:37 +0000 (09:22 +0000)]
suppress h2 in upgrade header

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

8 years agoallocate an ID for new warning msg
Eric Covener [Tue, 19 Apr 2016 14:26:47 +0000 (14:26 +0000)]
allocate an ID for new warning msg

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

8 years agouplifting 1.4.7 fixes, version bump
Stefan Eissing [Tue, 19 Apr 2016 14:04:47 +0000 (14:04 +0000)]
uplifting 1.4.7 fixes, version bump

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

8 years agoremoved obsolete source files
Stefan Eissing [Mon, 18 Apr 2016 10:37:41 +0000 (10:37 +0000)]
removed obsolete source files

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

8 years agoFix a comment similar to r1638072
Christophe Jaillet [Sun, 17 Apr 2016 10:08:38 +0000 (10:08 +0000)]
Fix a comment similar to r1638072

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

8 years agoRebuild.
Lucien Gentis [Sat, 16 Apr 2016 16:32:08 +0000 (16:32 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 16 Apr 2016 16:31:19 +0000 (16:31 +0000)]
XML updates.

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

8 years agomod_http2: delaying response start until flush or data accumulation
Stefan Eissing [Fri, 15 Apr 2016 14:56:11 +0000 (14:56 +0000)]
mod_http2: delaying response start until flush or data accumulation

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

8 years agomod_http2: new bucket beams for tranporting buckets across threads without buffer...
Stefan Eissing [Fri, 15 Apr 2016 13:50:46 +0000 (13:50 +0000)]
mod_http2: new bucket beams for tranporting buckets across threads without buffer copy. Code cleanup

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

8 years agohttp: Respond with "408 Request Timeout" when a timeout occurs while
Yann Ylavic [Thu, 14 Apr 2016 21:41:13 +0000 (21:41 +0000)]
http: Respond with "408 Request Timeout" when a timeout occurs while
reading the request body.

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

8 years agoClarify CHANGES entry, including the correct version for the
Yann Ylavic [Thu, 14 Apr 2016 21:01:00 +0000 (21:01 +0000)]
Clarify CHANGES entry, including the correct version for the
restored behaviour.

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

8 years agoscoreboard/status: follow up to 1739146.
Yann Ylavic [Thu, 14 Apr 2016 18:21:07 +0000 (18:21 +0000)]
scoreboard/status: follow up to 1739146.
Comment not needed anymore...

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

8 years agoscoreboard/status: follow up to r1739008.
Yann Ylavic [Thu, 14 Apr 2016 18:03:58 +0000 (18:03 +0000)]
scoreboard/status: follow up to r1739008.
Restore (completely) pre-2.4.20 behaviour w.r.t. preserved values.
r1739008 was still unnessessarily blanking some values for the time of
BUSY_READ -> BUSY_WRITE (with blocking MPMs).

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

8 years agoRebuild
Rich Bowen [Thu, 14 Apr 2016 13:38:24 +0000 (13:38 +0000)]
Rebuild

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

8 years agoMany more broken links.
Rich Bowen [Thu, 14 Apr 2016 13:36:46 +0000 (13:36 +0000)]
Many more broken links.

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

8 years agoFixes some broken links, as per bz 59316
Rich Bowen [Thu, 14 Apr 2016 13:22:40 +0000 (13:22 +0000)]
Fixes some broken links, as per bz 59316

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

8 years agoFixes ref to iso-3166, as per bz 59316
Rich Bowen [Thu, 14 Apr 2016 12:54:01 +0000 (12:54 +0000)]
Fixes ref to iso-3166, as per bz 59316

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

8 years agoFixes link to mod_proxy docs, because link can't use <module> syntax.
Rich Bowen [Thu, 14 Apr 2016 12:42:30 +0000 (12:42 +0000)]
Fixes link to mod_proxy docs, because link can't use <module> syntax.

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

8 years agoxforms
Christophe Jaillet [Thu, 14 Apr 2016 10:50:46 +0000 (10:50 +0000)]
xforms

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

8 years agoAdd some missing hyperlinks
Christophe Jaillet [Thu, 14 Apr 2016 09:58:23 +0000 (09:58 +0000)]
Add some missing hyperlinks

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

8 years agoFix doc as spotted by Mark Brooks in online doc
Christophe Jaillet [Thu, 14 Apr 2016 08:52:37 +0000 (08:52 +0000)]
Fix doc as spotted by Mark Brooks in online doc

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

8 years agoscoreboard/status: Keep previous worker connection/request data when idle as
Yann Ylavic [Wed, 13 Apr 2016 21:04:59 +0000 (21:04 +0000)]
scoreboard/status: Keep previous worker connection/request data when idle as
prior to 2.4.20.

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

8 years agomod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
Yann Ylavic [Tue, 12 Apr 2016 23:09:07 +0000 (23:09 +0000)]
mod_proxy_ajp: Add "secret" parameter to proxy workers to implement legacy
AJP13 authentication.  PR 53098.

Proposed by: Dmitry A. Bakshaev <dab1818 gmail com>

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

8 years agomod_proxy: really return an error message on invalid "flusher" value.
Yann Ylavic [Tue, 12 Apr 2016 22:43:00 +0000 (22:43 +0000)]
mod_proxy: really return an error message on invalid "flusher" value.

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

8 years agoxforms
Christophe Jaillet [Tue, 12 Apr 2016 06:18:43 +0000 (06:18 +0000)]
xforms

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

8 years agoAdd some more <em> in syntax description
Christophe Jaillet [Tue, 12 Apr 2016 06:16:58 +0000 (06:16 +0000)]
Add some more <em> in syntax description
Add some more hyperlinks to directives

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

8 years agoxforms
Christophe Jaillet [Tue, 12 Apr 2016 06:09:51 +0000 (06:09 +0000)]
xforms

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

8 years agoSplit long lines
Christophe Jaillet [Tue, 12 Apr 2016 06:09:19 +0000 (06:09 +0000)]
Split long lines
Align examples on the left to be consistent
Add some missing <em> in syntax description
Add some hyperlinks to modules and directives
Fix some bogus <directive type="section"> usage
Fix typo

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

8 years agoMake ap_find_child_by_pid() look at all slots that have ever been used.
Stefan Fritsch [Mon, 11 Apr 2016 20:05:22 +0000 (20:05 +0000)]
Make ap_find_child_by_pid() look at all slots that have ever been used.

This is preparation to allow to use more scoreboard slots in mpm event.

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

8 years agoadd comments
Stefan Fritsch [Mon, 11 Apr 2016 19:54:38 +0000 (19:54 +0000)]
add comments

Document which directives set which variables

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

8 years agoOn exit, don't write to other generations' scoreboard slots
Stefan Fritsch [Mon, 11 Apr 2016 19:52:35 +0000 (19:52 +0000)]
On exit, don't write to other generations' scoreboard slots

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

8 years agoDon't take over scoreboard slots from gracefully finishing threads
Stefan Fritsch [Mon, 11 Apr 2016 19:50:28 +0000 (19:50 +0000)]
Don't take over scoreboard slots from gracefully finishing threads

Otherwise the old and the new thread will both update the same scoreboard slot
with undefined results.

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

8 years agoDisplay process slot number in the async overview
Stefan Fritsch [Mon, 11 Apr 2016 19:25:27 +0000 (19:25 +0000)]
Display process slot number in the async overview

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

8 years agoreduced h2_request initialization/copy after review by CJ
Stefan Eissing [Mon, 11 Apr 2016 10:17:28 +0000 (10:17 +0000)]
reduced h2_request initialization/copy after review by CJ

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

8 years agoExit threads early during shutdown, part 2
Stefan Fritsch [Sun, 10 Apr 2016 22:53:42 +0000 (22:53 +0000)]
Exit threads early during shutdown, part 2

Follow up to r1738466: During graceful shutdown, when the listener thread is
closing a connection, it needs to wake up a worker thread so that it may
terminate.

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

8 years agoExit threads early during shutdown
Stefan Fritsch [Sun, 10 Apr 2016 20:45:32 +0000 (20:45 +0000)]
Exit threads early during shutdown

During graceful shutdown, if there are more running worker threads than open
connections, terminate some threads. This frees resources faster, which may be
needed for new processes.

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

8 years agoTerminate keep-alive connections when dying
Stefan Fritsch [Sun, 10 Apr 2016 20:35:18 +0000 (20:35 +0000)]
Terminate keep-alive connections when dying

When shutting down a process gracefully, terminate keep-alive connections so
that we don't get any new requests which may keep the dying process alive
longer.

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

8 years agofix compiler warning about missing prototype
Stefan Fritsch [Sun, 10 Apr 2016 20:26:12 +0000 (20:26 +0000)]
fix compiler warning about missing prototype

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

8 years agosvn:eol-style = native
André Malo [Sun, 10 Apr 2016 11:18:54 +0000 (11:18 +0000)]
svn:eol-style = native

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

8 years agoprint Server Temp Key information.
Jean-Frederic Clere [Sun, 10 Apr 2016 10:19:51 +0000 (10:19 +0000)]
print Server Temp Key information.

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

8 years agoSupport for OpenSSL 1.1.0:
Rainer Jung [Sun, 10 Apr 2016 09:02:15 +0000 (09:02 +0000)]
Support for OpenSSL 1.1.0:
- DH was made opaque

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

8 years agoRebuild.
Lucien Gentis [Sat, 9 Apr 2016 16:22:15 +0000 (16:22 +0000)]
Rebuild.

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

8 years agoXML updates.
Lucien Gentis [Sat, 9 Apr 2016 16:19:31 +0000 (16:19 +0000)]
XML updates.

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

8 years agoDocumentation rebuild and translation updates
Luca Toscano [Sat, 9 Apr 2016 07:54:55 +0000 (07:54 +0000)]
Documentation rebuild and translation updates

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

8 years agoAmended wording of previous commit (Auth Howto doc)
Luca Toscano [Sat, 9 Apr 2016 07:54:41 +0000 (07:54 +0000)]
Amended wording of previous commit (Auth Howto doc)

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

8 years agoDocumentation rebuild and translation updates
Luca Toscano [Sat, 9 Apr 2016 07:50:41 +0000 (07:50 +0000)]
Documentation rebuild and translation updates

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

8 years agoAdded note to the Auth Howto clarifying the usage of mod_access_compact and mod_authz...
Luca Toscano [Sat, 9 Apr 2016 07:50:06 +0000 (07:50 +0000)]
Added note to the Auth Howto clarifying the usage of mod_access_compact and mod_authz_host

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

8 years ago* modules/lua/mod_lua.c (lua_post_config): Use anonymous shm segment
Joe Orton [Fri, 8 Apr 2016 11:02:14 +0000 (11:02 +0000)]
* modules/lua/mod_lua.c (lua_post_config): Use anonymous shm segment
  in preference to named segment.  Ensure startup is possible after an
  unclean shutdown.

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

8 years agoDocumentation rebuild
Luca Toscano [Fri, 8 Apr 2016 08:06:53 +0000 (08:06 +0000)]
Documentation rebuild

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

8 years agoClarification of mod_access_compact and mod_authz_host usage.
Luca Toscano [Fri, 8 Apr 2016 08:06:40 +0000 (08:06 +0000)]
Clarification of mod_access_compact and mod_authz_host usage.

A recent email in docs@ brought up an interesting use case, namely mixing
mod_access_compact (Order, Deny, Allow) and mod_authz_host (Require) directives
while migrating from 2.2 to 2.4. This is technically possible but it leads
to a lot of confusion due to how config merge works between these modules. This change adds
some examples on the documentation about things that might go wrong when mixing
old and new directives, stating clearly that mod_access_compact or mod_authz_host
should not be used together.

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

8 years agoRevision metadata updates after recent change.
Luca Toscano [Fri, 8 Apr 2016 07:58:14 +0000 (07:58 +0000)]
Revision metadata updates after recent change.

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

8 years agoDocumentation rebuild
Luca Toscano [Tue, 5 Apr 2016 09:47:07 +0000 (09:47 +0000)]
Documentation rebuild

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

8 years agoAdded more info for the ListenCoresBucketsRatio directive and mentioned it in MinSpar...
Luca Toscano [Tue, 5 Apr 2016 09:46:40 +0000 (09:46 +0000)]
Added more info for the ListenCoresBucketsRatio directive and mentioned it in MinSpareThreads

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

8 years agoxforms
Christophe Jaillet [Tue, 5 Apr 2016 05:49:17 +0000 (05:49 +0000)]
xforms

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

8 years agoTypo
Christophe Jaillet [Tue, 5 Apr 2016 05:47:53 +0000 (05:47 +0000)]
Typo

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