From: Graham Leggett Date: Sun, 18 Dec 2011 17:10:42 +0000 (+0000) Subject: Update transformations. X-Git-Tag: 2.5.0-alpha~7662 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0baba28abe6523e628b14fbc3b57f419d313a6c1;p=thirdparty%2Fapache%2Fhttpd.git Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1220457 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_firehose.html.en b/docs/manual/mod/mod_firehose.html.en index 6e933d69822..2fc047fe6f3 100644 --- a/docs/manual/mod/mod_firehose.html.en +++ b/docs/manual/mod/mod_firehose.html.en @@ -89,10 +89,12 @@ silently stand down and not record anything, and the server will keep running as normal.

-

All file writes are non blocking, and buffer overflows will cause - debugging data to be lost. The module makes the call that the - reliable running of the server takes precedence over the recording - of firehose data.

+

By default, all attempts to write will block the server. If the + webserver has been built against APR v2.0 or later, and an optional + "nonblock" parameter is specified all file writes will be non + blocking, and buffer overflows will cause debugging data to be lost. + In this case it is possible to prioritise the running of the server + over the recording of firehose data.

top
@@ -160,7 +162,7 @@

FirehoseConnectionInput Directive

- + @@ -181,7 +183,7 @@ later.
Description:Capture traffic coming into the server on each connection
Syntax:FirehoseConnectionInput filename
Syntax:FirehoseConnectionInput [ block | nonblock ] filename
Default:none
Context:server config
Status:Extension
- + @@ -202,7 +204,7 @@ later.
Description:Capture traffic going out of the server on each connection
Syntax:FirehoseConnectionOutput filename
Syntax:FirehoseConnectionOutput [ block | nonblock ] filename
Default:none
Context:server config
Status:Extension
- + @@ -221,7 +223,7 @@ later.
Description:Capture traffic coming into the back of mod_proxy
Syntax:FirehoseProxyConnectionInput filename
Syntax:FirehoseProxyConnectionInput [ block | nonblock ] filename
Default:none
Context:server config
Status:Extension
- + @@ -240,7 +242,7 @@ later.
Description:Capture traffic sent out from the back of mod_proxy
Syntax:FirehoseProxyConnectionOutput filename
Syntax:FirehoseProxyConnectionOutput [ block | nonblock ] filename
Default:none
Context:server config
Status:Extension
- + @@ -260,7 +262,7 @@ later.
Description:Capture traffic coming into the server on each request
Syntax:FirehoseRequestInput filename
Syntax:FirehoseRequestInput [ block | nonblock ] filename
Default:none
Context:server config
Status:Extension
- + diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 6544020344f..f963fc0d206 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -419,12 +419,12 @@ filenamesexpression - - - - - - + + + + + +
Description:Capture traffic going out of the server on each request
Syntax:FirehoseRequestOutput filename
Syntax:FirehoseRequestOutput [ block | nonblock ] filename
Default:none
Context:server config
Status:Extension
svdhB
Register a content filter
FilterTrace filter-name levelsvdB
Get debug/diagnostic information from mod_filter
FirehoseConnectionInput filenamesE
Capture traffic coming into the server on each connection
FirehoseConnectionOutput filenamesE
Capture traffic going out of the server on each connection
FirehoseProxyConnectionInput filenamesE
Capture traffic coming into the back of mod_proxy
FirehoseProxyConnectionOutput filenamesE
Capture traffic sent out from the back of mod_proxy
FirehoseRequestInput filenamesE
Capture traffic coming into the server on each request
FirehoseRequestOutput filenamesE
Capture traffic going out of the server on each request
FirehoseConnectionInput [ block | nonblock ] filenamesE
Capture traffic coming into the server on each connection
FirehoseConnectionOutput [ block | nonblock ] filenamesE
Capture traffic going out of the server on each connection
FirehoseProxyConnectionInput [ block | nonblock ] filenamesE
Capture traffic coming into the back of mod_proxy
FirehoseProxyConnectionOutput [ block | nonblock ] filenamesE
Capture traffic sent out from the back of mod_proxy
FirehoseRequestInput [ block | nonblock ] filenamesE
Capture traffic coming into the server on each request
FirehoseRequestOutput [ block | nonblock ] filenamesE
Capture traffic going out of the server on each request
ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhB
Action to take if a single acceptable document is not found
ForceType media-type|NonedhC
Forces all matching files to be served with the specified