From: Eric Covener Date: Sun, 17 Jan 2016 16:47:07 +0000 (+0000) Subject: xforms X-Git-Tag: 2.5.0-alpha~2414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=800691789a2f178eae5b5e5ff882137a09e59db2;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725103 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 451de015c9c..02874e817f4 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -4086,20 +4086,24 @@ to name-virtual hosts - +
Description:Hostname and port that the server uses to identify itself
Syntax:ServerName [scheme://]fully-qualified-domain-name[:port]
Syntax:ServerName [scheme://]domain-name|ip-address[:port]
Context:server config, virtual host
Status:Core
Module:core

The ServerName directive sets the - request scheme, hostname and - port that the server uses to identify itself. This is used when - creating redirection URLs.

+ request scheme, hostname and port that the server uses to identify itself. +

-

Additionally, ServerName is used (possibly +

ServerName is used (possibly in conjunction with ServerAlias) to uniquely identify a virtual host, when using name-based virtual hosts.

+

Additionally, this is used when + creating self-referential redirection URLs when + UseCanonicalName is set to a non-default + value.

+

For example, if the name of the machine hosting the web server is simple.example.com, but the machine also has the DNS alias www.example.com diff --git a/docs/manual/mod/mod_http2.html.en b/docs/manual/mod/mod_http2.html.en index 14cca8bc86e..b001d80e8c7 100644 --- a/docs/manual/mod/mod_http2.html.en +++ b/docs/manual/mod/mod_http2.html.en @@ -360,7 +360,7 @@ - + @@ -373,7 +373,7 @@ section to influence the number for all connections to that virtual host.

- The push diary records a digest (currently using SHA256) of pushed + The push diary records a digest (currently using a 64 bit number) of pushed resources (their URL) to avoid duplicate pushes on the same connection. These value are not persisted, so clients openeing a new connection will experience known pushes again. There is ongoing work to enable @@ -382,8 +382,8 @@

If the maximum size is reached, newer entries replace the oldest - ones. Using SHA256, each diary entry uses 32 bytes, letting a - default diary with 128 entries consume around 4 KB of memory. + ones. A diary entry uses 8 bytes, letting a + default diary with 256 entries consume around 2 KB of memory.

A size of 0 will effectively disable the push diary. diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index b05c12c0882..c8f41a526f6 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -510,7 +510,7 @@ requests

- + @@ -947,7 +947,7 @@ messages sent to the client -
Description:H2 Server Push Diary Size
Syntax:H2PushDiarySize n
Default:H2PushDiarySize 128
Default:H2PushDiarySize 256
Context:server config, virtual host
Status:Extension
Module:mod_http2
H2MinWorkers nsE
Minimal number of worker threads to use per child process.
H2ModernTLSOnly on|off on svE
Require HTTP/2 connections to be "modern TLS" only
H2Push on|off on svE
H2 Server Push Switch
H2PushDiarySize n 128 svE
H2 Server Push Diary Size
H2PushDiarySize n 256 svE
H2 Server Push Diary Size
H2PushPriority mime-type [after|before|interleaved] [weight] * After 16 svE
H2 Server Push Priority
H2SerializeHeaders on|off off svE
Serialize Request/Response Processing Switch
H2SessionExtraFiles nsvE
Number of Extra File Handles
ServerAlias hostname [hostname] ...vC
Alternate names for a host used when matching requests to name-virtual hosts
ServerLimit numbersM
Upper limit on configurable number of processes
ServerName [scheme://]fully-qualified-domain-name[:port]svC
Hostname and port that the server uses to identify +
ServerName [scheme://]domain-name|ip-address[:port]svC
Hostname and port that the server uses to identify itself
ServerPath URL-pathvC
Legacy URL pathname for a name-based virtual host that is accessed by an incompatible browser