
humbedooh at apache
Aug 10, 2012, 12:46 AM
Post #1 of 1
(29 views)
Permalink
|
|
svn commit: r1371592 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: event.html.en mod_cgi.html.en mod_cgi.xml.ja mod_cgi.xml.ko
|
|
Author: humbedooh Date: Fri Aug 10 07:45:59 2012 New Revision: 1371592 URL: http://svn.apache.org/viewvc?rev=1371592&view=rev Log: xforms Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/event.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ja httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ko Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/event.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/event.html.en?rev=1371592&r1=1371591&r2=1371592&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/event.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/event.html.en Fri Aug 10 07:45:59 2012 @@ -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 Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en?rev=1371592&r1=1371591&r2=1371592&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en Fri Aug 10 07:45:59 2012 @@ -76,13 +76,13 @@ <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> Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ja?rev=1371592&r1=1371591&r2=1371592&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ja [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ja [utf-8] Fri Aug 10 07:45:59 2012 @@ -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 Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ko URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ko?rev=1371592&r1=1371591&r2=1371592&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ko [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.xml.ko [euc-kr] Fri Aug 10 07:45:59 2012 @@ -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
|