]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Fri, 10 Aug 2012 07:45:59 +0000 (07:45 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 10 Aug 2012 07:45:59 +0000 (07:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371592 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/event.html.en
docs/manual/mod/mod_cgi.html.en
docs/manual/mod/mod_cgi.xml.ja
docs/manual/mod/mod_cgi.xml.ko

index ba098d387098fdea0acb295042fd5401cc6bfd2e..61fd6897a8fd138cac7ffb5c06212f3cd708f7bd 100644 (file)
@@ -90,7 +90,7 @@ MPM</td></tr>
     <p>This MPM tries to fix the 'keep alive problem' in HTTP. After a client
     completes the first request, the client can keep the connection
     open, and send further requests using the same socket. This can
-    save signifigant overhead in creating TCP connections. However,
+    save significant overhead in creating TCP connections. However,
     Apache traditionally keeps an entire child process/thread waiting
     for data from the client, which brings its own disadvantages. To
     solve this problem, this MPM uses a dedicated thread to handle both
index 320a4391705530e0d518550b64bc91feecb3fecd..c72d2ba16ef4f1c17c8c819fbbab692b5f5e57fe 100644 (file)
 <li><code class="directive"><a href="../mod/mod_mime.html#addhandler">AddHandler</a></code></li>
 <li><a href="../suexec.html">Running CGI programs under different
     user IDs</a></li>
-<li><a href="http://hoohoo.ncsa.uiuc.edu/cgi/">CGI Specification</a></li>
+<li><a href="http://www.ietf.org/rfc/rfc3875">CGI Specification</a></li>
 </ul><ul class="seealso"><li><a href="#comments_section">Comments</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="env" id="env">CGI Environment variables</a></h2>
     <p>The server will set the CGI environment variables as described
-    in the <a href="http://hoohoo.ncsa.uiuc.edu/cgi/">CGI
+    in the <a href="http://www.ietf.org/rfc/rfc3875">CGI
     specification</a>, with the following provisions:</p>
 
     <dl>
index 20ebe4731a7cfcc639f83ce203e64e9e05eeb663..2d46a6de7064c784303146a783ce4f8182a342ea 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: 558766:1301745 (outdated) -->
+<!-- English Revision: 558766:1371587 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 94d5de142d4e643444d2a9965fd80c0959a805f1..2ee327463f34f1488eead2c1066a093cfebba91d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1301745 (outdated) -->
+<!-- English Revision: 105989:1371587 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more