Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 38188 invoked from network); 22 Feb 2007 10:13:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 10:13:42 -0000 Received: (qmail 33512 invoked by uid 500); 22 Feb 2007 10:13:48 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 33493 invoked by uid 500); 22 Feb 2007 10:13:48 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 33473 invoked by uid 99); 22 Feb 2007 10:13:48 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 02:13:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of howachen@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 02:13:36 -0800 Received: by ug-out-1314.google.com with SMTP id 75so66677ugb for ; Thu, 22 Feb 2007 02:13:15 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=p/fm26cZewkJYKUXyAjpvRwKAX0xKZk/1uRh7ga6gEeaWMLZDmZ5nD1S4T0A5esff4guCdSi8e9PlQESuk5oX1R35Z0LOukIWYsh+PJdpni6ENJxs8NDdzQ+E7FRC/tsb/VCLLEuBA5hn6k8cvyem9LOouti92EfLwo+Pp099o8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=L16P42a+e8OKPV9IH1X4Y+g18Hw9AscVd+FJyS91NwsTc4Z2DMi5BtRLmKelNHY4/IAoEk2zIMVIFGAgyft0v17NhP/YFm2t8QmRhJSUfPC3+2dIZaatKn9uLtoiKSMA6D4XTyXRK/ZvvbAOtvRDHLADBTEnjv6e5Ro8U2k6uv0= Received: by 10.114.127.1 with SMTP id z1mr167346wac.1172139193851; Thu, 22 Feb 2007 02:13:13 -0800 (PST) Received: by 10.114.47.2 with HTTP; Thu, 22 Feb 2007 02:13:13 -0800 (PST) Message-ID: Date: Thu, 22 Feb 2007 18:13:13 +0800 From: "howard chen" To: modules-dev@httpd.apache.org Subject: Any good resources for writing module for Apache2? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello, Any good resources for writing module (C, not Perl) for Apache2? I found some such as: threebit.net/tutorials/apache2_modules/tut1/tutorial1.html it is pretty good, but seems not comprehensive enough (and maybe not updated?) thanks.