From dev-return-60277-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Sat Feb 09 15:07:09 2008 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 31531 invoked from network); 9 Feb 2008 15:07:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Feb 2008 15:07:08 -0000 Received: (qmail 43010 invoked by uid 500); 9 Feb 2008 15:06:59 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 42435 invoked by uid 500); 9 Feb 2008 15:06:58 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 42424 invoked by uid 99); 9 Feb 2008 15:06:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 07:06:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dirkx@webweaving.org designates 209.132.96.45 as permitted sender) Received: from [209.132.96.45] (HELO skutsje.san.webweaving.org) (209.132.96.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2008 15:06:27 +0000 Received: from [10.11.0.121] (5356CA0A.cable.casema.nl [83.86.202.10]) (authenticated bits=0) by skutsje.san.webweaving.org (8.12.9/8.12.9) with ESMTP id m19F5W2R041708 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 9 Feb 2008 07:06:34 -0800 (PST) (envelope-from dirkx@webweaving.org) Message-Id: From: Dirk-Willem van Gulik To: dev@httpd.apache.org In-Reply-To: <20080209020947.f40bf1d9.serai@lans-tv.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: PATCH: httpd-trunk -- add mod_cache.h to the header list installed in include/ Date: Sat, 9 Feb 2008 16:06:33 +0100 References: <20080209020947.f40bf1d9.serai@lans-tv.com> X-Mailer: Apple Mail (2.915) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 8, 2008, at 6:09 PM, Takashi Sato wrote: > mod_rewrite.h and mod_so.h is also missing, > and there might be other missings. Ok ! And ap_find_loaded_module_symbol() is indeed useful elsewhere. Dw.