Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@minotaur.apache.org Received: (qmail 81701 invoked from network); 19 Jul 2010 09:06:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 09:06:18 -0000 Received: (qmail 37284 invoked by uid 500); 19 Jul 2010 09:06:18 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 36816 invoked by uid 500); 19 Jul 2010 09:06:15 -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 36796 invoked by uid 99); 19 Jul 2010 09:06:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 09:06:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of whut_jia@163.com designates 220.181.13.169 as permitted sender) Received: from [220.181.13.169] (HELO m13-169.163.com) (220.181.13.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 09:06:05 +0000 Received: from whut_jia ( [202.114.63.160] ) by ajax-webmail-wmsvr169 (Coremail) ; Mon, 19 Jul 2010 17:04:49 +0800 (CST) Date: Mon, 19 Jul 2010 17:04:49 +0800 (CST) From: whut_jia To: modules-dev@httpd.apache.org Message-ID: <1ce046d.438b.129e9f2cb3d.Coremail.whut_jia@163.com> In-Reply-To: References: <1236404.eff9.129db0f9441.Coremail.whut_jia@163.com> <1dcada0.3ba0.129e4067100.Coremail.whut_jia@163.com> Subject: Re:Re: Re: a questions about calling opensaml lib MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: [202.114.63.160] X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 100525(10833.3107.3105) Copyright (c) 2002-2010 www.mailtech.cn 163com X-CM-TRANSID: qcGowKA7GwEyFURMef8DAA--.19797W X-CM-SenderInfo: xzkx3sxmldqiywtou0bp/xtbBgAoT2ktGBwTOkQABsT X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== X-Virus-Checked: Checked by ClamAV on apache.org Ohh!You are right that my apache server work as a prefork MPM!Are there some examples?? >You didn't mention what MPM you are using but I assume it's the >prefork one. You need to register a hook with ap_hook_child_init() and >call SAMLConfig::getConfig().init() from there.