You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ta...@apache.org on 2008/05/08 16:31:15 UTC

svn commit: r654537 - /httpd/httpd/branches/2.0.x/docs/manual/mod/mod_echo.xml

Author: takashi
Date: Thu May  8 07:31:14 2008
New Revision: 654537

URL: http://svn.apache.org/viewvc?rev=654537&view=rev
Log:
Add default value for ProtocolEcho. (backport of r654507)

Pointed out by: Andrew Ford <A.Ford ford-mason.co.uk>

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_echo.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_echo.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_echo.xml?rev=654537&r1=654536&r2=654537&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_echo.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_echo.xml Thu May  8 07:31:14 2008
@@ -41,6 +41,7 @@
 <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