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
c25197ac
Commit
c25197ac
authored
Jan 24, 2017
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update man pages
parent
becae652
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
6 deletions
+19
-6
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
+9
-2
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+7
-1
No files found.
doc/h2load.1
View file @
c25197ac
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "H2LOAD" "1" "Jan
09
, 2017" "1.19.0-DEV" "nghttp2"
.TH "H2LOAD" "1" "Jan
24
, 2017" "1.19.0-DEV" "nghttp2"
.SH NAME
.SH NAME
h2load \- HTTP/2 benchmarking tool
h2load \- HTTP/2 benchmarking tool
.
.
...
...
doc/nghttp.1
View file @
c25197ac
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTP" "1" "Jan
09
, 2017" "1.19.0-DEV" "nghttp2"
.TH "NGHTTP" "1" "Jan
24
, 2017" "1.19.0-DEV" "nghttp2"
.SH NAME
.SH NAME
nghttp \- HTTP/2 client
nghttp \- HTTP/2 client
.
.
...
...
doc/nghttpd.1
View file @
c25197ac
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTPD" "1" "Jan
09
, 2017" "1.19.0-DEV" "nghttp2"
.TH "NGHTTPD" "1" "Jan
24
, 2017" "1.19.0-DEV" "nghttp2"
.SH NAME
.SH NAME
nghttpd \- HTTP/2 server
nghttpd \- HTTP/2 server
.
.
...
...
doc/nghttpx.1
View file @
c25197ac
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTPX" "1" "Jan
09
, 2017" "1.19.0-DEV" "nghttp2"
.TH "NGHTTPX" "1" "Jan
24
, 2017" "1.19.0-DEV" "nghttp2"
.SH NAME
.SH NAME
nghttpx \- HTTP/2 proxy
nghttpx \- HTTP/2 proxy
.
.
...
@@ -229,7 +229,7 @@ Default: \fB*,3000\fP
...
@@ -229,7 +229,7 @@ Default: \fB*,3000\fP
.B \-\-backlog=<N>
.B \-\-backlog=<N>
Set listen backlog size.
Set listen backlog size.
.sp
.sp
Default: \fB
512
\fP
Default: \fB
65536
\fP
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
...
@@ -1125,6 +1125,13 @@ Default: \fB$remote_addr \- \- [$time_local] "$request" $status $body_bytes_sent
...
@@ -1125,6 +1125,13 @@ Default: \fB$remote_addr \- \- [$time_local] "$request" $status $body_bytes_sent
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-\-accesslog\-write\-early
Write access log when response header fields are
received from backend rather than when request
transaction finishes.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-errorlog\-file=<PATH>
.B \-\-errorlog\-file=<PATH>
Set path to write error log. To reopen file, send USR1
Set path to write error log. To reopen file, send USR1
signal to nghttpx. stderr will be redirected to the
signal to nghttpx. stderr will be redirected to the
...
...
doc/nghttpx.1.rst
View file @
c25197ac
...
@@ -213,7 +213,7 @@ Connections
...
@@ -213,7 +213,7 @@ Connections
Set listen backlog size.
Set listen backlog size.
Default: ``
512
``
Default: ``
65536
``
.. option:: --backend-address-family=(auto|IPv4|IPv6)
.. option:: --backend-address-family=(auto|IPv4|IPv6)
...
@@ -1017,6 +1017,12 @@ Logging
...
@@ -1017,6 +1017,12 @@ Logging
Default: ``$remote_addr - - [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"``
Default: ``$remote_addr - - [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"``
.. option:: --accesslog-write-early
Write access log when response header fields are
received from backend rather than when request
transaction finishes.
.. option:: --errorlog-file=<PATH>
.. option:: --errorlog-file=<PATH>
Set path to write error log. To reopen file, send USR1
Set path to write error log. To reopen file, send USR1
...
...
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