You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/08/28 21:28:22 UTC

svn commit: r570536 - in /httpd/httpd/trunk/docs/manual: misc/rewriteguide.html.en misc/rewriteguide.xml.ko mod/core.xml.de mod/core.xml.ja mod/mod_autoindex.html.en mod/mod_dbd.html.en

Author: jim
Date: Tue Aug 28 12:28:21 2007
New Revision: 570536

URL: http://svn.apache.org/viewvc?rev=570536&view=rev
Log:
Update transforms

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

Modified: httpd/httpd/trunk/docs/manual/misc/rewriteguide.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/rewriteguide.html.en?rev=570536&r1=570535&r2=570536&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/rewriteguide.html.en (original)
+++ httpd/httpd/trunk/docs/manual/misc/rewriteguide.html.en Tue Aug 28 12:28:21 2007
@@ -1763,7 +1763,6 @@
 #   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>

Modified: httpd/httpd/trunk/docs/manual/misc/rewriteguide.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/rewriteguide.xml.ko?rev=570536&r1=570535&r2=570536&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/rewriteguide.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/misc/rewriteguide.xml.ko [euc-kr] Tue Aug 28 12:28:21 2007
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=570536&r1=570535&r2=570536&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Tue Aug 28 12:28:21 2007
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.ja?rev=570536&r1=570535&r2=570536&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml.ja [iso-2022-jp] Tue Aug 28 12:28:21 2007
@@ -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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en?rev=570536&r1=570535&r2=570536&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_autoindex.html.en Tue Aug 28 12:28:21 2007
@@ -516,6 +516,32 @@
     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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dbd.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dbd.html.en?rev=570536&r1=570535&r2=570536&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dbd.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dbd.html.en Tue Aug 28 12:28:21 2007
@@ -223,6 +223,10 @@
     (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>