Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 76422 invoked from network); 24 Nov 2008 00:08:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2008 00:08:29 -0000 Received: (qmail 72309 invoked by uid 500); 24 Nov 2008 00:08:39 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 72288 invoked by uid 500); 24 Nov 2008 00:08:39 -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 72277 invoked by uid 99); 24 Nov 2008 00:08:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2008 16:08:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of scarleton@gmail.com designates 74.125.44.157 as permitted sender) Received: from [74.125.44.157] (HELO yx-out-1718.google.com) (74.125.44.157) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Nov 2008 00:07:14 +0000 Received: by yx-out-1718.google.com with SMTP id 3so733938yxi.84 for ; Sun, 23 Nov 2008 16:07:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=bQZMV3cNrkqtXx1XB1oH6SXnKgaakxfLkd08c6dWtlE=; b=uxV+uB0VBcZNuhBfo7IZCGB5BQ3EiviJ8qPXP382MUQ3BGm/hdCMLsoiC5B8SWXjNd QPCJ2G+TpTMMY9M/FAJAQWskHg3pp091v7/ijYvopzHKy9GQkK/zXKw26eD4I9RJKYe5 C6jRPnKW81w5HUIy+gdM80i2gi2rSZoQhb1S4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=Nb3+SK1TyzZ1wzXCDP44Yz27C63OWqmi89dHXtEJKAehf7hmxQV6//Z2/h3qRWrLGV lE8oxviD1lrCewcmZ7fPxcztltAZ++uqFGzV+1AWWzvllOo7dIC/UtKovmlheWSekoVu w9RsziAlCR6X0lHMK3+Acb8qsHwgrCNUgkHNY= Received: by 10.150.50.1 with SMTP id x1mr5871368ybx.249.1227485279755; Sun, 23 Nov 2008 16:07:59 -0800 (PST) Received: by 10.150.230.12 with HTTP; Sun, 23 Nov 2008 16:07:59 -0800 (PST) Message-ID: <8d38ca0a0811231607t34356a15q15656788f7ba842d@mail.gmail.com> Date: Sun, 23 Nov 2008 19:07:59 -0500 From: "Sam Carleton" Sender: scarleton@gmail.com To: modules-dev@httpd.apache.org Subject: ap_find_linked_module() to get the core_module config block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 62f2e6ded8bdc982 X-Virus-Checked: Checked by ClamAV on apache.org Anyone know if it is possible to get the core_module config block (core_server_config) by calling ap_find_linked_module()? If so, what string do you pass it? Sam