]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Tue, 14 Apr 2015 19:08:04 +0000 (19:08 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 14 Apr 2015 19:08:04 +0000 (19:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673522 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_alias.html.en
docs/manual/mod/mod_alias.xml

index b9821122f40002efabbd5c918736e4f6720f9f16..b8c16e51e0a861fea07d9381160e177d8f1a2c8b 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: 344972:1673489 (outdated) -->
+<!-- English Revision: 344972:1673500 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0b2ca3e1679316a2520356640b01fa1b0b1538de..d09bf112a34b983a70dc8015dcd39b1ce457bb66 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1040494:1673489 (outdated) -->
+<!-- English Revision: 1040494:1673500 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 14d94dc91eae733ba6e5fb75e203e54aed413872..3dc849d6f6ca7716029f781bbd101d86d1066af7 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: 1670326:1673489 (outdated) -->
+<!-- English Revision: 1670326:1673500 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index b983a9b71fcedf0fc347b9ac0a88d671b118d185..28b477483a9de8462a92e1bfa80b638b9db09af9 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: 669847:1673489 (outdated) -->
+<!-- English Revision: 669847:1673500 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 4932eb20f47ec4269cf7d0cc176f4231ec421480..374edfcc1083795e955128dcdfce892fdadf6059 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: 1647230:1673489 (outdated) -->
+<!-- English Revision: 1647230:1673500 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
    Reviewed by: Orhan Berent <berent belgeler.gen.tr>
index 8cf014f7cf075feed8b333df84b2d69e129fc7a9..a4c076ae283dec064eea204cc34254401e0a7a1f 100644 (file)
@@ -223,7 +223,7 @@ expressions</td></tr>
     example, to activate the <code>/icons</code> directory, one might
     use:</p>
 
-    <pre class="prettyprint lang-config">AliasMatch ^/icons(.*) /usr/local/apache/icons$1</pre>
+    <pre class="prettyprint lang-config">AliasMatch ^/icons(/|$)(.*) /usr/local/apache/icons$1$2</pre>
 
 
     <p>The full range of <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular expression</a>
index 7dc569d7388dcdfc117b448064f0d8a5301b9f4f..b4e2711c046222aaa56e69728c4aa22856f69ab1 100644 (file)
@@ -217,7 +217,7 @@ expressions</description>
     use:</p>
 
     <highlight language="config">
-      AliasMatch ^/icons(.*) /usr/local/apache/icons$1
+      AliasMatch ^/icons(/|$)(.*) /usr/local/apache/icons$1$2
     </highlight>
 
     <p>The full range of <glossary ref="regex">regular expression</glossary>