Update man pages
This commit is contained in:
parent
4242478f39
commit
3abb162969
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "June 12, 2015" "1.0.2" "nghttp2"
|
.TH "H2LOAD" "1" "June 23, 2015" "1.0.3" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "June 12, 2015" "1.0.2" "nghttp2"
|
.TH "NGHTTP" "1" "June 23, 2015" "1.0.3" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 experimental client
|
nghttp \- HTTP/2 experimental client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "June 12, 2015" "1.0.2" "nghttp2"
|
.TH "NGHTTPD" "1" "June 23, 2015" "1.0.3" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 experimental server
|
nghttpd \- HTTP/2 experimental server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "June 12, 2015" "1.0.2" "nghttp2"
|
.TH "NGHTTPX" "1" "June 23, 2015" "1.0.3" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 experimental proxy
|
nghttpx \- HTTP/2 experimental proxy
|
||||||
.
|
.
|
||||||
|
@ -203,9 +203,11 @@ backend addresses specified by \fI\%\-b\fP option.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-backend\-http1\-connections\-per\-host=<N>
|
.B \-\-backend\-http1\-connections\-per\-host=<N>
|
||||||
Set maximum number of backend concurrent HTTP/1
|
Set maximum number of backend concurrent HTTP/1
|
||||||
connections per host. This option is meaningful when \fI\%\-s\fP
|
connections per origin host. This option is meaningful
|
||||||
option is used. To limit the number of connections per
|
when \fI\%\-s\fP option is used. The origin host is determined
|
||||||
frontend for default mode, use
|
by authority portion of requset URI (or :authority
|
||||||
|
header field for HTTP/2). To limit the number of
|
||||||
|
connections per frontend for default mode, use
|
||||||
\fI\%\-\-backend\-http1\-connections\-per\-frontend\fP\&.
|
\fI\%\-\-backend\-http1\-connections\-per\-frontend\fP\&.
|
||||||
.sp
|
.sp
|
||||||
Default: \fB8\fP
|
Default: \fB8\fP
|
||||||
|
@ -890,9 +892,10 @@ both old and new configurations use same filename, new binary does not
|
||||||
delete the socket and continues to use it.
|
delete the socket and continues to use it.
|
||||||
.SH OCSP STAPLING
|
.SH OCSP STAPLING
|
||||||
.sp
|
.sp
|
||||||
OCSP query is done using external perl script \fBfetch\-ocsp\-response\fP,
|
OCSP query is done using external Python script
|
||||||
which has been developed as part of h2o project
|
\fBfetch\-ocsp\-response\fP, which has been originally developed in Perl
|
||||||
(\fI\%https://github.com/h2o/h2o\fP).
|
as part of h2o project (\fI\%https://github.com/h2o/h2o\fP), and was
|
||||||
|
translated into Python.
|
||||||
.sp
|
.sp
|
||||||
The script file is usually installed under
|
The script file is usually installed under
|
||||||
\fB$(prefix)/share/nghttp2/\fP directory. The actual path to script can
|
\fB$(prefix)/share/nghttp2/\fP directory. The actual path to script can
|
||||||
|
|
|
@ -172,9 +172,11 @@ Performance
|
||||||
.. option:: --backend-http1-connections-per-host=<N>
|
.. option:: --backend-http1-connections-per-host=<N>
|
||||||
|
|
||||||
Set maximum number of backend concurrent HTTP/1
|
Set maximum number of backend concurrent HTTP/1
|
||||||
connections per host. This option is meaningful when :option:`-s`
|
connections per origin host. This option is meaningful
|
||||||
option is used. To limit the number of connections per
|
when :option:`-s` option is used. The origin host is determined
|
||||||
frontend for default mode, use
|
by authority portion of requset URI (or :authority
|
||||||
|
header field for HTTP/2). To limit the number of
|
||||||
|
connections per frontend for default mode, use
|
||||||
:option:`--backend-http1-connections-per-frontend`\.
|
:option:`--backend-http1-connections-per-frontend`\.
|
||||||
|
|
||||||
Default: ``8``
|
Default: ``8``
|
||||||
|
@ -805,9 +807,10 @@ delete the socket and continues to use it.
|
||||||
OCSP STAPLING
|
OCSP STAPLING
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
OCSP query is done using external perl script ``fetch-ocsp-response``,
|
OCSP query is done using external Python script
|
||||||
which has been developed as part of h2o project
|
``fetch-ocsp-response``, which has been originally developed in Perl
|
||||||
(https://github.com/h2o/h2o).
|
as part of h2o project (https://github.com/h2o/h2o), and was
|
||||||
|
translated into Python.
|
||||||
|
|
||||||
The script file is usually installed under
|
The script file is usually installed under
|
||||||
``$(prefix)/share/nghttp2/`` directory. The actual path to script can
|
``$(prefix)/share/nghttp2/`` directory. The actual path to script can
|
||||||
|
|
Loading…
Reference in New Issue