Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 15582 invoked from network); 12 Oct 2006 04:13:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 04:13:43 -0000 Received: (qmail 10845 invoked by uid 500); 12 Oct 2006 04:13:42 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 10799 invoked by uid 500); 12 Oct 2006 04:13:42 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 10782 invoked by uid 99); 12 Oct 2006 04:13:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 21:13:42 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 21:13:40 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 305E71A981A; Wed, 11 Oct 2006 21:13:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r463129 - in /httpd/httpd/trunk/docs/manual: ./ developer/ howto/ misc/ mod/ Date: Thu, 12 Oct 2006 04:13:18 -0000 To: cvs@httpd.apache.org From: chrisd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061012041320.305E71A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chrisd Date: Wed Oct 11 21:13:12 2006 New Revision: 463129 URL: http://svn.apache.org/viewvc?view=rev&rev=463129 Log: update transformation Modified: httpd/httpd/trunk/docs/manual/developer/modules.html.en httpd/httpd/trunk/docs/manual/developer/modules.xml.ja httpd/httpd/trunk/docs/manual/developer/modules.xml.meta httpd/httpd/trunk/docs/manual/howto/auth.html.en httpd/httpd/trunk/docs/manual/howto/auth.xml.ja httpd/httpd/trunk/docs/manual/howto/auth.xml.ko httpd/httpd/trunk/docs/manual/misc/rewriteguide.html.en httpd/httpd/trunk/docs/manual/misc/rewriteguide.xml.ko httpd/httpd/trunk/docs/manual/mod/core.html.en httpd/httpd/trunk/docs/manual/mod/core.xml.de httpd/httpd/trunk/docs/manual/mod/core.xml.ja httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en httpd/httpd/trunk/docs/manual/mod/mod_headers.xml.ja httpd/httpd/trunk/docs/manual/mod/mod_headers.xml.ko httpd/httpd/trunk/docs/manual/mod/mod_info.html.en httpd/httpd/trunk/docs/manual/mod/mod_info.xml.ja httpd/httpd/trunk/docs/manual/mod/mod_info.xml.ko httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.html.en httpd/httpd/trunk/docs/manual/mod/mod_proxy_balancer.xml.ja httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en httpd/httpd/trunk/docs/manual/mod/quickreference.html.en httpd/httpd/trunk/docs/manual/new_features_2_4.html.en Modified: httpd/httpd/trunk/docs/manual/developer/modules.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/modules.html.en?view=diff&rev=463129&r1=463128&r2=463129 ============================================================================== --- httpd/httpd/trunk/docs/manual/developer/modules.html.en (original) +++ httpd/httpd/trunk/docs/manual/developer/modules.html.en Wed Oct 11 21:13:12 2006 @@ -196,15 +196,25 @@ far...

+
ap_hook_pre_config
+
do any setup required prior to processing configuration + directives
+ +
ap_hook_check_config
+
review configuration directive interdependencies
+ +
ap_hook_test_config
+
executes only with -t option
+ +
ap_hook_open_logs
+
open any specified logs
+
ap_hook_post_config
this is where the old _init routines get registered
ap_hook_http_method
retrieve the http method from a request. (legacy)
- -
ap_hook_open_logs
-
open any specified logs
ap_hook_auth_checker
check if the resource requires authorization
Modified: httpd/httpd/trunk/docs/manual/developer/modules.xml.ja URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/modules.xml.ja?view=diff&rev=463129&r1=463128&r2=463129 ============================================================================== --- httpd/httpd/trunk/docs/manual/developer/modules.xml.ja [iso-2022-jp] (original) +++ httpd/httpd/trunk/docs/manual/developer/modules.xml.ja [iso-2022-jp] Wed Oct 11 21:13:12 2006 @@ -1,7 +1,7 @@ - + + + + + + + + + + +