]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add default value for ProtocolEcho.
authorRich Bowen <rbowen@apache.org>
Thu, 8 May 2008 13:30:49 +0000 (13:30 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 8 May 2008 13:30:49 +0000 (13:30 +0000)
Thanks Andrew Ford.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@654517 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_echo.html.en
docs/manual/mod/mod_echo.xml

index 21ccafef700a4c4c3706a0f12aeaa8e66c8a1cd0..5d25fa5e0b66a3f697d5d7dc62f63c41afb08634 100644 (file)
@@ -48,6 +48,7 @@ modules</td></tr>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Turn the echo server on or off</td></tr>
 <tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>ProtocolEcho On|Off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>ProtocolEcho Off</code></td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Experimental</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_echo</td></tr>
index e64a2efe819c80a25290f57762a31987ab7b2cd5..ef15bfc0d4cc42a5a504ee158b7ae4174b08a565 100644 (file)
@@ -41,6 +41,7 @@ modules</description>
 <name>ProtocolEcho</name>
 <description>Turn the echo server on or off</description>
 <syntax>ProtocolEcho On|Off</syntax>
+<default>ProtocolEcho Off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
 <compatibility>ProtocolEcho is only available in 2.0 and