diff options
author | Yoshiki Hayashi <yoshiki@apache.org> | 2002-08-02 06:35:23 +0200 |
---|---|---|
committer | Yoshiki Hayashi <yoshiki@apache.org> | 2002-08-02 06:35:23 +0200 |
commit | 4b8588c85994bc1f6bd6588c9b8e4474d5567f57 (patch) | |
tree | a178636b0cba7e125c46d1f1a88acd13b2e64c67 /docs/manual/mod/mod_echo.html.en | |
parent | Ensure that we toss the autom4te.cache directory before running autoconf. (diff) | |
download | apache2-4b8588c85994bc1f6bd6588c9b8e4474d5567f57.tar.xz apache2-4b8588c85994bc1f6bd6588c9b8e4474d5567f57.zip |
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_echo.html.en')
-rw-r--r-- | docs/manual/mod/mod_echo.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_echo.html.en b/docs/manual/mod/mod_echo.html.en index 3d9f7df6e9..a9f5f98ffe 100644 --- a/docs/manual/mod/mod_echo.html.en +++ b/docs/manual/mod/mod_echo.html.en @@ -1,8 +1,8 @@ -<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head><!-- +<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - --><title>mod_echo - Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"/></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"/><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_echo</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top"><span class="help">Description: + --><title>mod_echo - Apache HTTP Server</title><link href="../style/manual.css" type="text/css" rel="stylesheet"></head><body><blockquote><div align="center"><img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]"><h3>Apache HTTP Server Version 2.0</h3></div><h1 align="center">Apache Module mod_echo</h1><table cellspacing="1" cellpadding="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top"><span class="help">Description: </span></td><td>A simple echo server to illustrate protocol modules</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class="help">Status: </a></td><td>Experimental</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#ModuleIdentifier" class="help">Module Identifier: @@ -11,7 +11,7 @@ modules</td></tr><tr><td nowrap="nowrap"><a href="module-dict.html#Status" class <p>This module provides an example protocol module to illustrate the concept. It provides a simple echo server. Telnet to it and type stuff, and it will echo it.</p> -<h2>Directives</h2><ul><li><a href="#protocolecho">ProtocolEcho</a></li></ul><hr/><h2><a name="ProtocolEcho">ProtocolEcho</a> <a name="protocolecho">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: +<h2>Directives</h2><ul><li><a href="#protocolecho">ProtocolEcho</a></li></ul><hr><h2><a name="ProtocolEcho">ProtocolEcho</a> <a name="protocolecho">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Turn the echo server on or off</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax: </a></td><td>ProtocolEcho <em>On|Off</em></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context: </a></td><td>server config, virtual host</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status: @@ -27,4 +27,4 @@ later.</td></tr></table></td></tr></table> ProtocolEcho On </code></td></tr></table></blockquote> -<hr/></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"/></a><a href="../"><img src="../images/home.gif" alt="Home"/></a></body></html>
\ No newline at end of file +<hr></blockquote><h3 align="center">Apache HTTP Server Version 2.0</h3><a href="./"><img src="../images/index.gif" alt="Index"></a><a href="../"><img src="../images/home.gif" alt="Home"></a></body></html>
\ No newline at end of file |