UltraMonkey-L7 V3(multi-thread implementation)
Revisão | b2392d002b6feb4e45b96aa7906655eed5fad947 (tree) |
---|---|
Hora | 2013-08-08 12:19:38 |
Autor | michiro <l05102@shib...> |
Commiter | michiro |
Delete about pfilter and url module at man page.
@@ -327,13 +327,11 @@ check if a server is alive. They override the request-receive pair in the | ||
327 | 327 | virtual server section. These two strings must be quoted. If the request |
328 | 328 | string starts with \fIhttp://...\fR the IP-address and port of the real server |
329 | 329 | is overridden, otherwise the IP-address and port of the real server is used. |
330 | -.IP "\fBmodule =\fR \fIproto-module module-args [opt\-module\-args]\fR" 4 | |
331 | -.IX Item "module = proto-module module-args [opt-module-args]" | |
330 | +.IP "\fBmodule =\fR \fIproto-module [opt\-module\-args]\fR" 4 | |
331 | +.IX Item "module = proto-module [opt-module-args]" | |
332 | 332 | Indicates the module parameter of \fBl7directord\fR. Here \fBproto-module\fR |
333 | -denotes the protocol module name (For example, pfilter). \fBmodule-args\fR denotes the | |
334 | -arguments for the protocol module (For example, \-\-pattern\-match '*.html*'). | |
335 | -\&\fBmodule-args\fR is optional only when set \fBsessionless\fR, \fBip\fR and \fBsslid\fR module to \fBproto-module\fR. | |
336 | -The last argument is optional (For example, \-\-reschedule). | |
333 | +denotes the protocol module name (For example, sessionless). | |
334 | +The last argument \&\fBopt-module-args\fR is optional (For example, \-\-reschedule). | |
337 | 335 | .Sh "More than one of these entries may be inside a virtual section:" |
338 | 336 | .IX Subsection "More than one of these entries may be inside a virtual section:" |
339 | 337 | .IP "\fBmaxconn =\fR \fIn\fR" 4 |
@@ -145,7 +145,7 @@ Create the TCP service. | ||
145 | 145 | Specify the protocol module. |
146 | 146 | |
147 | 147 | .br |
148 | -\fIproto\-module\fR := { url | sslid | sessionless | pfilter | ip } | |
148 | +\fIproto\-module\fR := { sslid | sessionless | ip } | |
149 | 149 | |
150 | 150 | .br |
151 | 151 | \fImodule\-args\fR := see the operation manual. |
@@ -4745,13 +4745,11 @@ virtual server section. These two strings must be quoted. If the request | ||
4745 | 4745 | string starts with I<http://...> the IP-address and port of the real server |
4746 | 4746 | is overridden, otherwise the IP-address and port of the real server is used. |
4747 | 4747 | |
4748 | -=item B<module => I<proto-module module-args [opt-module-args]> | |
4748 | +=item B<module => I<proto-module [opt-module-args]> | |
4749 | 4749 | |
4750 | 4750 | Indicates the module parameter of B<l7directord>. Here B<proto-module> |
4751 | -denotes the protocol module name (For example, pfilter). B<module-args> denotes the | |
4752 | -arguments for the protocol module (For example, --pattern-match '*.html*'). | |
4753 | -B<module-args> is optional only when set B<sessionless>, B<ip> and B<sslid> module to B<proto-module>. | |
4754 | -The last argument is optional (For example, --reschedule). | |
4751 | +denotes the protocol module name (For example, sessionless). | |
4752 | +The last argument B<opt-module-args> is optional (For example, --reschedule). | |
4755 | 4753 | |
4756 | 4754 | =back |
4757 | 4755 |