Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 88378 invoked from network); 10 Apr 2008 14:30:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2008 14:30:39 -0000 Received: (qmail 81238 invoked by uid 500); 10 Apr 2008 14:30:36 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 81170 invoked by uid 500); 10 Apr 2008 14:30:35 -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 81159 invoked by uid 99); 10 Apr 2008 14:30:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 07:30:35 -0700 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 trawick@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Apr 2008 14:29:54 +0000 Received: by fg-out-1718.google.com with SMTP id 16so8634fgg.40 for ; Thu, 10 Apr 2008 07:30:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=o31kyj44F/NBUMXrR/236ZgjxVqB3Z2n7wyAuCPzMEw=; b=RrorUUvkI6/dQDXf5mQvNLFcdONcamyYJvqD5VQnHKHEpSPbEQRe3ea/rs5qS31nBpXmKr77+TSLXmG2K8v2HU9crUkDiQuOoS5si/IW9zJFByd5UVkDeyQRht5+tPpmO2BQGKzZ6FB3MBo5BO1CBf3HQdoUIZLJqaqtrROnfVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n8v8p5m3kTxZNeeKbbsmZ+3wGCqedxGZz1q+7VWVsSQCOCgdMMsIkSCjr5KKUHl86Mfs2lJxBIiQmcvWbTLpMZEh7CGgXhIx8HjJN4wd1+8GF6dQLMUeKC7W1UB/yriH8I+LZLW3wSPczVTQjiEgvh7bxVUxLbysHyTbFXFgqH4= Received: by 10.86.3.4 with SMTP id 4mr3089851fgc.69.1207836079992; Thu, 10 Apr 2008 07:01:19 -0700 (PDT) Received: by 10.86.87.18 with HTTP; Thu, 10 Apr 2008 07:01:19 -0700 (PDT) Message-ID: Date: Thu, 10 Apr 2008 10:01:19 -0400 From: "Jeff Trawick" To: dev@httpd.apache.org Subject: Re: folks avoiding link error in mod_auth_form, or it links for you? In-Reply-To: <47FE1A34.4090008@sharp.fm> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47FE1A34.4090008@sharp.fm> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Apr 10, 2008 at 9:46 AM, Graham Leggett wrote: > Could it be because you've included mod_auth_form, but not included > mod_session? I used the default configure setting for each. Looking now, I have mod_auth_form but not mod_auth_session. So the default inclusion rules may be the only problem to fix. $ ./httpd -l | egrep '(form|session)' mod_auth_form.c