Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 32741 invoked from network); 8 Jun 2005 20:20:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2005 20:20:59 -0000 Received: (qmail 727 invoked by uid 500); 8 Jun 2005 20:20:55 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 684 invoked by uid 500); 8 Jun 2005 20:20:55 -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 670 invoked by uid 99); 8 Jun 2005 20:20:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of trawick@gmail.com designates 64.233.162.198 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.198) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Jun 2005 13:20:50 -0700 Received: by zproxy.gmail.com with SMTP id 13so704722nzp for ; Wed, 08 Jun 2005 13:20:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G51ATbwzf1FIHUK1Ky3SjdVpeBjwrg/A4cQy7v6DLLOqt0G4Gd8ulyHqmCYiQ864QoVDPXJ+pdvxk+ixiwmFCsa1flKqUPfOFrSzPWTWRS/OoMdl9+zbmNBL26yD0XcLSS6iWMoVVO5wWFbfoFuT2o7nU2Q/zajXqKqKUV3+au8= Received: by 10.36.222.19 with SMTP id u19mr2307931nzg; Wed, 08 Jun 2005 13:20:42 -0700 (PDT) Received: by 10.36.74.10 with HTTP; Wed, 8 Jun 2005 13:20:42 -0700 (PDT) Message-ID: Date: Wed, 8 Jun 2005 16:20:42 -0400 From: Jeff Trawick Reply-To: Jeff Trawick To: dev@httpd.apache.org Subject: Re: SetHandler Problem with 2.0.53 In-Reply-To: <200506081947.DSS77120@famarp01.firstam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200506081947.DSS77120@famarp01.firstam.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/8/05, Balaji wrote: > =20 > =20 >=20 > Hi All,=20 >=20 > I am working on Apache 2.0.53 on AIX. I have 2 LoadModule > directives for 2 of my DSO (shared libs). I am trying to define the Locat= ion > directive in the httpd.conf file for directing requests to the correspond= ing > modules. But each time I send a request (from browser) to apache, the fir= st > module which was loaded by the LoadModule directive gets invoked. This is= a > bit crazy.=20 The handler should look at r->handler. See mod_status as an example. > I am not sure where it is a problem with LoadModule or SetHandler. Only > thing that is unique about the configuration is that I had set the CC env > variable to xlC_r before I ran the ./configure script.=20 No problem with that.