]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Mon, 23 Jul 2012 07:18:04 +0000 (07:18 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Mon, 23 Jul 2012 07:18:04 +0000 (07:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1364531 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/ssl/ssl_faq.html.en

index 4103ff1d99d065e6beaeb3c3fb59fc01348203cd..c5ed5edf4a2aa767dfcc512f179a7e7372e47d77 100644 (file)
@@ -808,7 +808,7 @@ named file-system directory, sub-directories, and their contents</td></tr>
     configuration file. For example, with</p>
 
     <div class="example"><p><code>
-      &lt;Directory ~ abc$&gt;<br />
+      &lt;Directory ~ "public_html/.*"&gt;<br />
       <span class="indent">
         # ... directives here ...<br />
       </span>
index 0ccbb7aeaa45c31047ef0a360a55b7f051420306..e9d67dca55f23bad42cf6102507649cb2530363d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 167959:1363518 (outdated) -->
+<!-- English Revision: 167959:1364530 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a24709017004f7b1f39ee75fac94add46090fca2..5fdb2a5234fed6f829776805cdd3fb0fdca2e9d3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1352923:1363518 (outdated) -->
+<!-- English Revision: 1352923:1364530 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 6d334dc6021a0cf1e307ab82d23bc2b032597ed7..7ea7de97eaf483ede859ce1184ad3ce3a391b33f 100644 (file)
@@ -1,7 +1,7 @@
 <?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: 608059:1363518 (outdated) -->
+<!-- English Revision: 608059:1364530 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c9de4c06338c5a3bcd849dcf5d0884e13d814757..d25a08f39a6b61b2b6eb64f3c994a750922c9bc7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1301745:1363518 (outdated) -->
+<!-- English Revision: 1301745:1364530 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index c3632975c404990979f2482ede477acb4ca92934..552c66a136be82140055ea693a298716b6f2df59 100644 (file)
@@ -769,7 +769,7 @@ error when connecting to my newly installed server?</a></h3>
     circumvent this issue.</p>
 
     <p>Note that if you have a wildcard SSL certificate, or a
-    certificate that has multple hostnames on it using subjectAltName
+    certificate that has multiple hostnames on it using subjectAltName
     fields, you can use SSL on name-based virtual hosts without further
     workarounds.</p>