]> granicus.if.org Git - apache/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Thu, 18 Apr 2013 16:17:19 +0000 (16:17 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 18 Apr 2013 16:17:19 +0000 (16:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1469406 13f79535-47bb-0310-9956-ffa450edef68

docs/man/fcgistarter.8
docs/manual/expr.html.en
docs/manual/mod/mod_macro.html.en
docs/manual/programs/fcgistarter.html.en
docs/manual/programs/fcgistarter.xml.fr
docs/manual/programs/fcgistarter.xml.meta
docs/manual/programs/fcgistarter.xml.tr
docs/manual/upgrading.html.en

index 65fad860202c1b1b028547d31708e7dcb7054d40..cb4e79c422dee2486c25cdb65ca049b36e24ebb0 100644 (file)
@@ -19,7 +19,7 @@
 .el .ne 3
 .IP "\\$1" \\$2
 ..
-.TH "FCGISTARTER" 8 "2012-03-16" "Apache HTTP Server" "fcgistarter"
+.TH "FCGISTARTER" 8 "2013-04-18" "Apache HTTP Server" "fcgistarter"
 
 .SH NAME
 fcgistarter \- Start a FastCGI program
@@ -49,10 +49,10 @@ Currently only works on Unix systems\&.
 FastCGI program  
 .TP
 -p \fIport\fR
-Port which the program will listens on  
+Port which the program will listen on  
 .TP
 -i \fIinterface\fR
-Interface which the program will listens on  
+Interface which the program will listen on  
 .TP
 -N \fInum\fR
 Number of instances of the program  
index e1eaa0c3b26b9d1831afe48bc282b81724bde5b8..f05ce49f6fc878c0410089c043415124b0bfb408 100644 (file)
@@ -434,9 +434,17 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 <tr><td><code>unescape</code></td>
         <td>Unescape %hex encoded string, leaving encoded slashes alone;
             return empty string if %00 is found</td><td /></tr>
-<tr class="odd"><td><code>file</code></td>
+<tr class="odd"><td><code>base64</code></td>
+        <td>Encode the string using base64 encoding</td><td /></tr>
+<tr><td><code>unbase64</code></td>
+        <td>Decode base64 encoded string, return truncated string if 0x00 is
+            found</td><td /></tr>
+<tr class="odd"><td><code>sha1</code></td>
+        <td>Hash the string using SHA1, then encode the hash with hexadecimal
+            encoding</td><td /></tr>
+<tr><td><code>file</code></td>
         <td>Read contents from a file</td><td>yes</td></tr>
-<tr><td><code>filesize</code></td>
+<tr class="odd"><td><code>filesize</code></td>
         <td>Return size of a file (or 0 if file does not exist or is not
             regular file)</td><td>yes</td></tr>
 </table>
index 050624632b98d27055829c78039c2c78c18aba7e..25b1acceb0f8f20f8279420e4c7b5ff6bad08e9e 100644 (file)
@@ -53,7 +53,7 @@
 <div class="section">
 <h2><a name="features" id="features">Features</a></h2>
 
-    Definition of a macro:
+ <p>Definition of a macro:</p>
     <ul>
     <li> macro definition within a &lt;Macro&gt; section, following
          the apache style.</li>
@@ -85,7 +85,7 @@
          backslash-continued independent lines.</p></li>
     </ul>
 
-    Use of a macro:
+    <p>Use of a macro:</p>
     <ul>
     <li> number of arguments must match the definition.</li>
     <li> all occurences of macro parameters are substituted by their values.</li>
     <li> <code>@</code>-prefixed parameters are escaped in quotes.</li>
     </ul>
 
-   Removal of a macro definition:
+   <p>Removal of a macro definition:</p>
    <ul>
    <li> the macro must be already defined.</li>
  </ul>
+ </ul>
 
     <pre class="prettyprint lang-config">
 &lt;Macro DirGroup $dir $group&gt;
@@ -194,7 +194,7 @@ Use RestrictedAccessPolicy "192.54.172.0/24 192.54.148.0/24"
     </pre>
 
 
-    is equivalent, with the macros defined above, to:
+    <p>is equivalent, with the macros defined above, to:</p>
 
     <pre class="prettyprint lang-config">
 order deny,allow
index ca12e39284c2e9598ede4779d5cc41ad51913b42..bbe0a19fa5209bceeabb9c67a55475dc003be0d3 100644 (file)
     <dd>FastCGI program</dd>
 
     <dt><code>-p <var>port</var></code></dt>
-    <dd>Port which the program will listens on</dd>
+    <dd>Port which the program will listen on</dd>
 
     <dt><code>-i <var>interface</var></code></dt>
-    <dd>Interface which the program will listens on</dd>
+    <dd>Interface which the program will listen on</dd>
 
     <dt><code>-N <var>num</var></code></dt>
     <dd>Number of instances of the program</dd>
index 7a10c5b1fa015a4b6efc8e5a3603068b5354b331..c9a529046af65f6e4e14074c9d5a6894ad03e3dc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1301728 -->
+<!-- English Revision: 1301728:1469400 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 2aec6066d53c6beb2f3dcb6249ff021cbaeb2777..65b364969b497ad864e7f86cf2eb128a6f69abd5 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">fr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index bf09afae65e518c0049e8c7ce5909e72d454c312..c4b7dd833ef8905477f026fa53a26d3041be2668 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1301728 -->
+<!-- English Revision: 1301728:1469400 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index a1585fe393492f01aec4daaa9950766a887506ec..37ab3690570218f95d7c0e2391642eea6f4d8765 100644 (file)
     <code class="directive"><a href="./mod/mod_authz_core.html#requirenone">RequireNone</a></code>, and
     <code class="directive"><a href="./mod/mod_authz_core.html#requireall">RequireAll</a></code>.</p>
 
+    <p>If you use <code class="module"><a href="./mod/mod_authz_dbm.html">mod_authz_dbm</a></code>, you must port your 
+    configuration to use <code>Require dbm-group ...</code> in place
+    of <code>Require group ...</code>.</p>
+
     <h4><a name="access" id="access">Access control</a></h4>