Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 69553 invoked from network); 29 Jul 2006 09:21:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jul 2006 09:21:01 -0000 Received: (qmail 61660 invoked by uid 500); 29 Jul 2006 09:20:54 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 61594 invoked by uid 500); 29 Jul 2006 09:20:54 -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 61583 invoked by uid 99); 29 Jul 2006 09:20:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jul 2006 02:20:54 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jfclere@gmail.com designates 66.249.82.202 as permitted sender) Received: from [66.249.82.202] (HELO wx-out-0102.google.com) (66.249.82.202) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Jul 2006 02:20:53 -0700 Received: by wx-out-0102.google.com with SMTP id s9so27875wxc for ; Sat, 29 Jul 2006 02:20:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=ujtKsbPFXzj5Z8cM5KwCcvjBXL8+c4/vW0vp+jsi5GtBS8gjvkpwQnEFXz7Ffk1WRy34y61bGPZPNsGlM/RAr4gQWsryBebxDedIbd0PuXNGIIjfPYmp6joU4t+VpBeIWkkM50fgcFsT/PjnyB9W9SUhK16of7DgvhZ1L073nMg= Received: by 10.70.29.14 with SMTP id c14mr320125wxc; Sat, 29 Jul 2006 02:20:33 -0700 (PDT) Received: from ?127.0.0.1? ( [85.0.143.144]) by mx.gmail.com with ESMTP id i40sm16218358wxd.2006.07.29.02.20.31; Sat, 29 Jul 2006 02:20:32 -0700 (PDT) Message-ID: <44CB287B.3050408@gmail.com> Date: Sat, 29 Jul 2006 11:20:59 +0200 From: Jean-frederic Clere User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060620 Debian/1.7.13-0.2 X-Accept-Language: en, fr MIME-Version: 1.0 To: dev@httpd.apache.org Subject: ordering pre_config hooks Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am trying to order pre_config hooks (using trunk) but that seem not to work. I have tried LAST/FIRST and the name but only the order in the config file seems to help. Any hints? Cheers Jean-Frederic