Commit 57464b6b authored by Eric Covener's avatar Eric Covener
Browse files

xforms



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746929 13f79535-47bb-0310-9956-ffa450edef68
parent 4c462b02
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3986,7 +3986,7 @@ to name-virtual hosts</td></tr>
    in the order they appear in the configuration.  The first matching <code class="directive"><a href="#servername">ServerName</a></code> or <code class="directive"><a href="#serveralias">ServerAlias</a></code> is used, with no different precedence for wildcards
    (nor for ServerName vs. ServerAlias).  </p>

    <p>The complete list of names in the <code class="directive">VirtualHost</code>
    <p>The complete list of names in the <code class="directive"><a href="#virtualhost">&lt;VirtualHost&gt;</a></code>
    directive are treated just like a (non wildcard) 
    <code class="directive">ServerAlias</code>.</p>

@@ -4012,12 +4012,12 @@ itself</td></tr>
    </p>

    <p><code class="directive">ServerName</code> is used (possibly
    in conjunction with <code class="directive">ServerAlias</code>) to uniquely
    in conjunction with <code class="directive"><a href="#serveralias">ServerAlias</a></code>) to uniquely
    identify a virtual host, when using <a href="../vhosts/name-based.html">name-based virtual hosts</a>.</p>

    <p>Additionally, this is used when
    creating self-referential redirection URLs when 
    <code class="directive">UseCanonicalName</code> is set to a non-default
    <code class="directive"><a href="#usecanonicalname">UseCanonicalName</a></code> is set to a non-default
    value.</p>

    <p>For example, if the name of the
+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:1741250 (outdated) -->
<!-- English Revision: 344972:1746871 (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"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- English Revision: 1040494:1741250 (outdated) -->
<!-- English Revision: 1040494:1746871 (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.fr.xsl"?>
<!-- English Revision: 1741250 -->
<!-- English Revision: 1741250:1746871 (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:1741250 (outdated) -->
<!-- English Revision: 669847:1746871 (outdated) -->

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