From: Daniel Gruno Date: Fri, 10 Aug 2012 07:45:59 +0000 (+0000) Subject: xforms X-Git-Tag: 2.2.23~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=138fdc7b19f24cbf2e2921da056a4f0a55ecb7ed;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1371592 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en index ba098d38709..61fd6897a8f 100644 --- a/docs/manual/mod/event.html.en +++ b/docs/manual/mod/event.html.en @@ -90,7 +90,7 @@ MPM

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 diff --git a/docs/manual/mod/mod_cgi.html.en b/docs/manual/mod/mod_cgi.html.en index 320a4391705..c72d2ba16ef 100644 --- a/docs/manual/mod/mod_cgi.html.en +++ b/docs/manual/mod/mod_cgi.html.en @@ -76,13 +76,13 @@

  • AddHandler
  • Running CGI programs under different user IDs
  • -
  • CGI Specification
  • +
  • CGI Specification
  • top

    CGI Environment variables

    The server will set the CGI environment variables as described - in the CGI + in the CGI specification, with the following provisions:

    diff --git a/docs/manual/mod/mod_cgi.xml.ja b/docs/manual/mod/mod_cgi.xml.ja index 20ebe4731a7..2d46a6de706 100644 --- a/docs/manual/mod/mod_cgi.xml.ja +++ b/docs/manual/mod/mod_cgi.xml.ja @@ -1,7 +1,7 @@ - + +