From: Eric Covener The
-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 ServerName directive sets the
- request scheme, hostname and
- port that the server uses to identify itself. This is used when
- creating redirection URLs.
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 @@
| 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 n | s | E | |
| Minimal number of worker threads to use per child process. | |||
| H2ModernTLSOnly on|off | on | sv | E |
| Require HTTP/2 connections to be "modern TLS" only | |||
| H2Push on|off | on | sv | E |
| H2 Server Push Switch | |||
| H2PushDiarySize n | 128 | sv | E |
| H2 Server Push Diary Size | |||
| H2PushDiarySize n | 256 | sv | E |
| H2 Server Push Diary Size | |||
| H2PushPriority mime-type [after|before|interleaved] [weight] | * After 16 | sv | E |
| H2 Server Push Priority | |||
| H2SerializeHeaders on|off | off | sv | E |
| Serialize Request/Response Processing Switch | |||
| H2SessionExtraFiles n | sv | E | |
| Number of Extra File Handles | |||
| ServerAlias hostname [hostname] ... | v | C | |
| Alternate names for a host used when matching requests to name-virtual hosts | |||
| ServerLimit number | s | M | |
| Upper limit on configurable number of processes | |||
| ServerName [scheme://]fully-qualified-domain-name[:port] | sv | C | |
| Hostname and port that the server uses to identify + | |||
| ServerName [scheme://]domain-name|ip-address[:port] | sv | C | |
| Hostname and port that the server uses to identify itself | |||
| ServerPath URL-path | v | C | |
| Legacy URL pathname for a name-based virtual host that is accessed by an incompatible browser | |||