You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2016/07/09 16:38:17 UTC

svn commit: r1752022 - in /httpd/httpd/branches/2.4.x/docs/manual/howto: cgi.html.fr cgi.xml.ja cgi.xml.ko

Author: lgentis
Date: Sat Jul  9 16:38:17 2016
New Revision: 1752022

URL: http://svn.apache.org/viewvc?rev=1752022&view=rev
Log:
Rebuild.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ja
    httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ko

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.html.fr?rev=1752022&r1=1752021&r2=1752022&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.html.fr Sat Jul  9 16:38:17 2016
@@ -42,7 +42,7 @@
 <h2><a name="intro" id="intro">Introduction</a></h2>
     
 
-    <table class="related"><tr><th>Modules Apparent�s</th><th>Directives Apparent�es</th></tr><tr><td><ul><li><code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code></li><li><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a></code></li></ul></td></tr></table>
+    <table class="related"><tr><th>Modules Apparent�s</th><th>Directives Apparent�es</th></tr><tr><td><ul><li><code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code></li><li><code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code></li><li><code class="module"><a href="../mod/mod_cgid.html">mod_cgid</a></code></li></ul></td><td><ul><li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code></li><li><code class="directive"><a href="../mod/core.html#options">Options</a></code></li><li><code class="directive"><a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a></code></li></ul></td></tr></table>
 
     <p>CGI (Common Gateway Interface) d�finit une m�thode d'interaction
     entre un serveur web et des programmes g�n�rateurs de contenu
@@ -67,9 +67,17 @@
     comment�e dans votre <code>httpd.conf</code>. Une directive correcte
     doit ressembler � ceci :
 
+    <pre class="prettyprint lang-config">LoadModule cgid_module modules/mod_cgid.so</pre>
+
+
+
+     Sous Windows, ou si l'on utilise un module MPM non-thread� comme prefork,
+     une directive correctement configur�e sera du style :
+
     <pre class="prettyprint lang-config">LoadModule cgi_module modules/mod_cgi.so</pre>
 </div>
 
+
     <h3><a name="scriptalias" id="scriptalias">ScriptAlias</a></h3>
       
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ja?rev=1752022&r1=1752021&r2=1752022&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ja [utf-8] Sat Jul  9 16:38:17 2016
@@ -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.ja.xsl"?>
-<!-- English Revision: 545841:1673563 (outdated) -->
+<!-- English Revision: 545841:1751932 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ko?rev=1752022&r1=1752021&r2=1752022&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.ko [euc-kr] Sat Jul  9 16:38:17 2016
@@ -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: 105989:1673563 (outdated) -->
+<!-- English Revision: 105989:1751932 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more