]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_echo.xml.fr
ye gods what have I done
[apache] / docs / manual / mod / mod_echo.xml.fr
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4 <!-- English Revision : 1421821 -->
5 <!-- French translation : Lucien GENTIS -->
6 <!-- Reviewed by : Vincent Deffontaines -->
7
8 <!--
9  Licensed to the Apache Software Foundation (ASF) under one or more
10  contributor license agreements.  See the NOTICE file distributed with
11  this work for additional information regarding copyright ownership.
12  The ASF licenses this file to You under the Apache License, Version 2.0
13  (the "License"); you may not use this file except in compliance with
14  the License.  You may obtain a copy of the License at
15
16      http://www.apache.org/licenses/LICENSE-2.0
17
18  Unless required by applicable law or agreed to in writing, software
19  distributed under the License is distributed on an "AS IS" BASIS,
20  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  See the License for the specific language governing permissions and
22  limitations under the License.
23 -->
24
25 <modulesynopsis metafile="mod_echo.xml.meta">
26
27 <name>mod_echo</name>
28 <description>Un simple serveur d'&eacute;cho pour illustrer les modules de
29 protocole</description>
30 <status>Experimental</status>
31 <sourcefile>mod_echo.c</sourcefile>
32 <identifier>echo_module</identifier>
33
34 <summary>
35     <p>Ce module est un module de protocole exemple permettant d'en
36     illustrer le concept. Il fournit un simple serveur d'&eacute;cho. Envoyez
37     lui une phrase par telnet, et il vous la renverra.</p>
38 </summary>
39
40 <directivesynopsis>
41
42 <name>ProtocolEcho</name>
43 <description>Active ou d&eacute;sactive le serveur d'&eacute;cho</description>
44 <syntax>ProtocolEcho On|Off</syntax>
45 <default>ProtocolEcho Off</default>
46 <contextlist><context>server config</context>
47 <context>virtual host</context></contextlist>
48
49 <usage>
50     <p>La directive <directive>ProtocolEcho</directive> permet d'activer
51     ou de d&eacute;sactiver le serveur d'&eacute;cho.</p>
52
53     <example><title>Exemple</title>
54     <highlight language="config">
55       ProtocolEcho On
56       </highlight>
57     </example>
58 </usage>
59
60 </directivesynopsis>
61 </modulesynopsis>
62