]> granicus.if.org Git - apache/commitdiff
Update transforms
authorJim Jagielski <jim@apache.org>
Tue, 28 Aug 2007 19:28:21 +0000 (19:28 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 28 Aug 2007 19:28:21 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@570536 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/rewriteguide.html.en
docs/manual/misc/rewriteguide.xml.ko
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.ja
docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_dbd.html.en

index 7579603536a78f5b9146ed098018596f2b4bfd68..484db98f2235d3c34150a11812160454a0d4736e 100644 (file)
@@ -1763,7 +1763,6 @@ RewriteCond   ${vhost:%1}  ^(/.*)$
 #   5. finally we can map the URL to its docroot location
 #      and remember the virtual host for logging puposes
 RewriteRule   ^/(.*)$   %1/$1  [E=VHOST:${lowercase:%{HTTP_HOST}}]
-    :
 </pre></div>
         </dd>
       </dl>
index 4cc264536cf177d41ce86c9a0a19a2dbab5f8060..6f93a8ebb97bde4cedd75f410813ec4121b8ff57 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 122770:561887 (outdated) -->
+<!-- English Revision: 122770:569719 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 737a41ae50aab79d55be137e86a046a5898ba2b9..2e4c64fe30f5a413cd17d29e67cf36d6394927c0 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:558694 (outdated) -->
+<!-- English Revision: 167959:569000 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 70700aab288b7121c2d60f33acfd6306a128996d..1c0eebeb7221e0b3b9d6f6902ee14f2dfe78471b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 190982:558694 (outdated) -->
+<!-- English Revision: 190982:569000 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6e55afba7fc9b557cd75da20859958c7587254b7..b712ae9efaa9a500a42aad70a6074233051577a1 100644 (file)
@@ -516,6 +516,32 @@ indexing</td></tr>
     of</p>
 
     <dl>
+      <dt><a name="indexoptions.charset" id="indexoptions.charset">Charset=<var>character-set</var></a> (<em>Apache 2.0.61 and
+      later</em>)</dt>
+
+      <dd>The <code>Charset</code> keyword allows you to
+      specify the character set of the generated page. The
+      default is either <var>ISO-8859-1</var> or <var>UTF-8</var>,
+      depending on whether the underlying file system is unicode
+      or not.
+
+      <div class="example"><h3>Example:</h3><p><code>
+        IndexOptions Charset=UTF-8
+      </code></p></div>
+      </dd>
+      
+      <dt><a name="indexoptions.contenttype" id="indexoptions.contenttype">ContentType=<var>MIME content-type</var></a> (<em>Apache 2.0.61 and
+      later</em>)</dt>
+
+      <dd>The <code>ContentType</code> keyword allows you to
+      specify the MIME content-type of the generated page. The default
+      is <var>text/html</var>.
+
+      <div class="example"><h3>Example:</h3><p><code>
+        IndexOptions ContentType=text/plain
+      </code></p></div>
+      </dd>
+      
       <dt><a name="indexoptions.descriptionwidth" id="indexoptions.descriptionwidth">DescriptionWidth=[<var>n</var> | *]</a> (<em>Apache 2.0.23 and
       later</em>)</dt>
 
index 3d59f0888e8d011ec35e672e5b4becaf5e0bbd56..629fbafdfcc5829bb88ad3ba306a11fa8f7643e6 100644 (file)
@@ -223,6 +223,10 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
     (or a single LAMP-style persistent connection in the case of a
     non-threaded server), and should almost always be used in operation.</p>
 
+    <p>Prior to version 2.2.2, this directive accepted only the values
+    <code>0</code> and <code>1</code> instead of <code>Off</code> and
+    <code>On</code>, respectively.</p>
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="DBDPrepareSQL" id="DBDPrepareSQL">DBDPrepareSQL</a> <a name="dbdpreparesql" id="dbdpreparesql">Directive</a></h2>