• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

UltraMonkey-L7 V3(multi-thread implementation)


Commit MetaInfo

Revisãob2392d002b6feb4e45b96aa7906655eed5fad947 (tree)
Hora2013-08-08 12:19:38
Autormichiro <l05102@shib...>
Commitermichiro

Mensagem de Log

Delete about pfilter and url module at man page.

Mudança Sumário

Diff

--- a/doc/man/l7directord.8
+++ b/doc/man/l7directord.8
@@ -327,13 +327,11 @@ check if a server is alive. They override the request-receive pair in the
327327 virtual server section. These two strings must be quoted. If the request
328328 string starts with \fIhttp://...\fR the IP-address and port of the real server
329329 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]"
332332 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).
337335 .Sh "More than one of these entries may be inside a virtual section:"
338336 .IX Subsection "More than one of these entries may be inside a virtual section:"
339337 .IP "\fBmaxconn =\fR \fIn\fR" 4
--- a/doc/man/l7vsadm.8
+++ b/doc/man/l7vsadm.8
@@ -145,7 +145,7 @@ Create the TCP service.
145145 Specify the protocol module.
146146
147147 .br
148-\fIproto\-module\fR := { url | sslid | sessionless | pfilter | ip }
148+\fIproto\-module\fR := { sslid | sessionless | ip }
149149
150150 .br
151151 \fImodule\-args\fR := see the operation manual.
--- a/l7directord/l7directord
+++ b/l7directord/l7directord
@@ -4745,13 +4745,11 @@ virtual server section. These two strings must be quoted. If the request
47454745 string starts with I<http://...> the IP-address and port of the real server
47464746 is overridden, otherwise the IP-address and port of the real server is used.
47474747
4748-=item B<module => I<proto-module module-args [opt-module-args]>
4748+=item B<module => I<proto-module [opt-module-args]>
47494749
47504750 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).
47554753
47564754 =back
47574755