Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
34d3c45d
Commit
34d3c45d
authored
Apr 19, 2017
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update manual pages
parent
17614312
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
28 deletions
+45
-28
doc/h2load.1
doc/h2load.1
+1
-1
doc/nghttp.1
doc/nghttp.1
+1
-1
doc/nghttpd.1
doc/nghttpd.1
+1
-1
doc/nghttpx.1
doc/nghttpx.1
+22
-13
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+20
-12
No files found.
doc/h2load.1
View file @
34d3c45d
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "H2LOAD" "1" "Apr
0
9, 2017" "1.22.0-DEV" "nghttp2"
.TH "H2LOAD" "1" "Apr
1
9, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME
.SH NAME
h2load \- HTTP/2 benchmarking tool
h2load \- HTTP/2 benchmarking tool
.
.
...
...
doc/nghttp.1
View file @
34d3c45d
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTP" "1" "Apr
0
9, 2017" "1.22.0-DEV" "nghttp2"
.TH "NGHTTP" "1" "Apr
1
9, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME
.SH NAME
nghttp \- HTTP/2 client
nghttp \- HTTP/2 client
.
.
...
...
doc/nghttpd.1
View file @
34d3c45d
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTPD" "1" "Apr
0
9, 2017" "1.22.0-DEV" "nghttp2"
.TH "NGHTTPD" "1" "Apr
1
9, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME
.SH NAME
nghttpd \- HTTP/2 server
nghttpd \- HTTP/2 server
.
.
...
...
doc/nghttpx.1
View file @
34d3c45d
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTPX" "1" "Apr
0
9, 2017" "1.22.0-DEV" "nghttp2"
.TH "NGHTTPX" "1" "Apr
1
9, 2017" "1.22.0-DEV" "nghttp2"
.SH NAME
.SH NAME
nghttpx \- HTTP/2 proxy
nghttpx \- HTTP/2 proxy
.
.
...
@@ -73,14 +73,16 @@ path which ends with "\fI/\fP" also matches the request path
...
@@ -73,14 +73,16 @@ path which ends with "\fI/\fP" also matches the request path
which only lacks trailing \(aq\fI/\fP\(aq (e.g., path "\fI/foo/\fP"
which only lacks trailing \(aq\fI/\fP\(aq (e.g., path "\fI/foo/\fP"
matches request path "\fI/foo\fP"). If it does not end with
matches request path "\fI/foo\fP"). If it does not end with
"\fI/\fP", it performs exact match against the request path.
"\fI/\fP", it performs exact match against the request path.
If host is given, it performs exact match against the
If host is given, it performs a match against the
request host. If host alone is given, "\fI/\fP" is appended
request host. For a request received on the frontend
to it, so that it matches all request paths under the
lister with "sni\-fwd" parameter enabled, SNI host is
host (e.g., specifying "nghttp2.org" equals to
used instead of a request host. If host alone is given,
"nghttp2.org/"). CONNECT method is treated specially.
"\fI/\fP" is appended to it, so that it matches all request
It does not have path, and we don\(aqt allow empty path.
paths under the host (e.g., specifying "nghttp2.org"
To workaround this, we assume that CONNECT method has
equals to "nghttp2.org/"). CONNECT method is treated
"\fI/\fP" as path.
specially. It does not have path, and we don\(aqt allow
empty path. To workaround this, we assume that CONNECT
method has "\fI/\fP" as path.
.sp
.sp
Patterns with host take precedence over patterns with
Patterns with host take precedence over patterns with
just path. Then, longer patterns take precedence over
just path. Then, longer patterns take precedence over
...
@@ -221,6 +223,11 @@ parameters are mutually exclusive.
...
@@ -221,6 +223,11 @@ parameters are mutually exclusive.
Optionally, TLS can be disabled by specifying "no\-tls"
Optionally, TLS can be disabled by specifying "no\-tls"
parameter. TLS is enabled by default.
parameter. TLS is enabled by default.
.sp
.sp
If "sni\-fwd" parameter is used, when performing a match
to select a backend server, SNI host name received from
the client is used instead of the request host. See
\fI\%\-\-backend\fP option about the pattern match.
.sp
To make this frontend as API endpoint, specify "api"
To make this frontend as API endpoint, specify "api"
parameter. This is disabled by default. It is
parameter. This is disabled by default. It is
important to limit the access to the API frontend.
important to limit the access to the API frontend.
...
@@ -1142,15 +1149,17 @@ $alpn: ALPN identifier of the protocol which generates
...
@@ -1142,15 +1149,17 @@ $alpn: ALPN identifier of the protocol which generates
the response. For HTTP/1, ALPN is always http/1.1,
the response. For HTTP/1, ALPN is always http/1.1,
regardless of minor version.
regardless of minor version.
.IP \(bu 2
.IP \(bu 2
$
ssl
_cipher: cipher used for SSL/TLS connection.
$
tls
_cipher: cipher used for SSL/TLS connection.
.IP \(bu 2
.IP \(bu 2
$
ssl
_protocol: protocol for SSL/TLS connection.
$
tls
_protocol: protocol for SSL/TLS connection.
.IP \(bu 2
.IP \(bu 2
$
ssl
_session_id: session ID for SSL/TLS connection.
$
tls
_session_id: session ID for SSL/TLS connection.
.IP \(bu 2
.IP \(bu 2
$
ssl
_session_reused: "r" if SSL/TLS session was
$
tls
_session_reused: "r" if SSL/TLS session was
reused. Otherwise, "."
reused. Otherwise, "."
.IP \(bu 2
.IP \(bu 2
$tls_sni: SNI server name for SSL/TLS connection.
.IP \(bu 2
$backend_host: backend host used to fulfill the
$backend_host: backend host used to fulfill the
request. "\-" if backend host is not available.
request. "\-" if backend host is not available.
.IP \(bu 2
.IP \(bu 2
...
...
doc/nghttpx.1.rst
View file @
34d3c45d
...
@@ -57,14 +57,16 @@ Connections
...
@@ -57,14 +57,16 @@ Connections
which only lacks trailing '*/*' (e.g., path "*/foo/*"
which only lacks trailing '*/*' (e.g., path "*/foo/*"
matches request path "*/foo*"). If it does not end with
matches request path "*/foo*"). If it does not end with
"*/*", it performs exact match against the request path.
"*/*", it performs exact match against the request path.
If host is given, it performs exact match against the
If host is given, it performs a match against the
request host. If host alone is given, "*/*" is appended
request host. For a request received on the frontend
to it, so that it matches all request paths under the
lister with "sni-fwd" parameter enabled, SNI host is
host (e.g., specifying "nghttp2.org" equals to
used instead of a request host. If host alone is given,
"nghttp2.org/"). CONNECT method is treated specially.
"*/*" is appended to it, so that it matches all request
It does not have path, and we don't allow empty path.
paths under the host (e.g., specifying "nghttp2.org"
To workaround this, we assume that CONNECT method has
equals to "nghttp2.org/"). CONNECT method is treated
"*/*" as path.
specially. It does not have path, and we don't allow
empty path. To workaround this, we assume that CONNECT
method has "*/*" as path.
Patterns with host take precedence over patterns with
Patterns with host take precedence over patterns with
just path. Then, longer patterns take precedence over
just path. Then, longer patterns take precedence over
...
@@ -205,6 +207,11 @@ Connections
...
@@ -205,6 +207,11 @@ Connections
Optionally, TLS can be disabled by specifying "no-tls"
Optionally, TLS can be disabled by specifying "no-tls"
parameter. TLS is enabled by default.
parameter. TLS is enabled by default.
If "sni-fwd" parameter is used, when performing a match
to select a backend server, SNI host name received from
the client is used instead of the request host. See
:option:`--backend` option about the pattern match.
To make this frontend as API endpoint, specify "api"
To make this frontend as API endpoint, specify "api"
parameter. This is disabled by default. It is
parameter. This is disabled by default. It is
important to limit the access to the API frontend.
important to limit the access to the API frontend.
...
@@ -1039,11 +1046,12 @@ Logging
...
@@ -1039,11 +1046,12 @@ Logging
* $alpn: ALPN identifier of the protocol which generates
* $alpn: ALPN identifier of the protocol which generates
the response. For HTTP/1, ALPN is always http/1.1,
the response. For HTTP/1, ALPN is always http/1.1,
regardless of minor version.
regardless of minor version.
* $
ssl
_cipher: cipher used for SSL/TLS connection.
* $
tls
_cipher: cipher used for SSL/TLS connection.
* $
ssl
_protocol: protocol for SSL/TLS connection.
* $
tls
_protocol: protocol for SSL/TLS connection.
* $
ssl
_session_id: session ID for SSL/TLS connection.
* $
tls
_session_id: session ID for SSL/TLS connection.
* $
ssl
_session_reused: "r" if SSL/TLS session was
* $
tls
_session_reused: "r" if SSL/TLS session was
reused. Otherwise, "."
reused. Otherwise, "."
* $tls_sni: SNI server name for SSL/TLS connection.
* $backend_host: backend host used to fulfill the
* $backend_host: backend host used to fulfill the
request. "-" if backend host is not available.
request. "-" if backend host is not available.
* $backend_port: backend port used to fulfill the
* $backend_port: backend port used to fulfill the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment