Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 28105 invoked from network); 11 Oct 2006 19:40:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 19:40:05 -0000 Received: (qmail 30448 invoked by uid 500); 11 Oct 2006 19:40:04 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 30411 invoked by uid 500); 11 Oct 2006 19:40:04 -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 30400 invoked by uid 99); 11 Oct 2006 19:40:04 -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 12:40:04 -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 12:40:03 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6DD441A981A; Wed, 11 Oct 2006 12:39:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r462914 - /httpd/httpd/trunk/docs/manual/developer/modules.xml Date: Wed, 11 Oct 2006 19:39:43 -0000 To: cvs@httpd.apache.org From: chrisd@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061011193943.6DD441A981A@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 12:39:42 2006 New Revision: 462914 URL: http://svn.apache.org/viewvc?view=rev&rev=462914 Log: added pre_config, check_config, and test_config hooks moved open_logs hook Modified: httpd/httpd/trunk/docs/manual/developer/modules.xml Modified: httpd/httpd/trunk/docs/manual/developer/modules.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/modules.xml?view=diff&rev=462914&r1=462913&r2=462914 ============================================================================== --- httpd/httpd/trunk/docs/manual/developer/modules.xml (original) +++ httpd/httpd/trunk/docs/manual/developer/modules.xml Wed Oct 11 12:39:42 2006 @@ -200,15 +200,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