Commit 55821cd9 authored by Lucien Gentis's avatar Lucien Gentis
Browse files

XML updates.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1778806 13f79535-47bb-0310-9956-ffa450edef68
parent 40b7c315
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
<!-- English Revision: 1762013:1776459 (outdated) -->
<!-- English Revision: 1776459 -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

@@ -238,6 +238,8 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
	HTTP/1.1</code>")</td></tr>
    <tr><td><code>REMOTE_ADDR</code></td>
        <td>L'adresse IP de l'hôte distant</td></tr>
    <tr><td><code>REMOTE_PORT</code></td>
        <td>Le port de l'hôte distant</td></tr>	
    <tr><td><code>REMOTE_HOST</code></td>
        <td>Le nom d'hôte de l'hôte distant</td></tr>
    <tr><td><code>REMOTE_USER</code></td>
@@ -524,7 +526,9 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
	l'exécution de la directive <directive>&lt;If&gt;</directive>)</td><td></td></tr>
    <tr><td><code>reqenv</code></td>
        <td>Recherche une variable d'environnement de requête (on
	peut aussi utiliser le raccourci <code>v</code>).</td><td>ordonnancement</td></tr>
	peut aussi utiliser le raccourci <code>v</code>).
	</td>
	<td>ordonnancement</td></tr>
    <tr><td><code>osenv</code></td>
        <td>Recherche une variable d'environnement du système
	d'exploitation</td><td></td></tr>
@@ -682,6 +686,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
  Header set checksum-matched-2 true
&lt;/If&gt;


# Function example in string context
Header set foo-checksum "expr=%{md5:foo}"

+341 −341

File changed.

Preview size limit exceeded, changes collapsed.