Commit 11b80056 authored by Luca Toscano's avatar Luca Toscano
Browse files

Documentation rebuild

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1787511 13f79535-47bb-0310-9956-ffa450edef68
parent 43fcb72a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2205,6 +2205,14 @@ satisfied by a request at runtime</td></tr>

    <p>Only directives that support the <a href="directive-dict.html#Context">directory context</a> can be used within this configuration section.</p>

    <div class="note"><h3>Not a scripting language</h3>
    The name of this directive is very familiar to programmers and admins 
    but it should not be confused with its counterpart in scripting languages.
    For example, the current implementation does not contemplate the possibility
    of having a <code class="directive">&lt;If&gt;</code> section inside another
    one (the inner <code class="directive">&lt;If&gt;</code> will be ignored).
    </div>

    <div class="warning">
    Certain variables, such as <code>CONTENT_TYPE</code> and other
    response headers, are set after &lt;If&gt; conditions have already
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
<!-- English Revision: 344972:1786113 (outdated) -->
<!-- English Revision: 344972:1787510 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
<!-- English Revision: 1741251:1786113 (outdated) -->
<!-- English Revision: 1741251:1787510 (outdated) -->
<!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
<!-- Reviewed by Sergio Ramos-->
<!--
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision: 1786113 -->
<!-- English Revision: 1786113:1787510 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 669847:1786113 (outdated) -->
<!-- English Revision: 669847:1787510 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
Loading