Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 63367 invoked from network); 11 Nov 2005 20:31:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Nov 2005 20:31:31 -0000 Received: (qmail 44497 invoked by uid 500); 11 Nov 2005 20:31:18 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 44462 invoked by uid 500); 11 Nov 2005 20:31:18 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 44441 invoked by uid 99); 11 Nov 2005 20:31:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 12:31:18 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.184.205 as permitted sender) Received: from [64.233.184.205] (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2005 12:31:11 -0800 Received: by wproxy.gmail.com with SMTP id 69so622820wra for ; Fri, 11 Nov 2005 12:30:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lCw7FG4zwzlIclWfse8QF2oNy3JE05fYh8emYmbV7ztu40Qsq2j4WqqUVCZd0yLQCFHO5Joq9IlyxaXWgbeRnhU/gPv5vCfdMFFBsAnWxf2wg8kizRDifG7nzahbNeqlCQkRktYYKks+L+IntbZrsrsChT8hvRRsN3dbAn5pJ40= Received: by 10.64.10.8 with SMTP id 8mr2868764qbj; Fri, 11 Nov 2005 12:30:56 -0800 (PST) Received: by 10.65.11.16 with HTTP; Fri, 11 Nov 2005 12:30:56 -0800 (PST) Message-ID: Date: Fri, 11 Nov 2005 15:30:56 -0500 From: Joshua Slive To: users@httpd.apache.org In-Reply-To: <874C9B3FF2852B44916B5EC4ECD96DD83B9BC8@iciexchange.iconstructs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <874C9B3FF2852B44916B5EC4ECD96DD83B9BC8@iciexchange.iconstructs.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Using SetHandler to redirect requests to the webserver root directory X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 11/11/05, Jared Ingersoll wrote: > No, I don't think this has anything to do with weblogic. > > Basically, all I'm asking is if there is a way in Apache to send users > requesting > > http://www.foo.com > > To the weblogic server using SetHandler much in the same way this works: > > http://www.foo.com/weblogic > > If SetHandler is not the way to do this, I would love to know any other > method/suggestion? The SetHandler technique is correct as far as apache is concerned.=20 For example, if you did the same thing with "SetHandler cgi-script", you would find that all files where treated as cgi scripts. That is why I suspect this is an issue with weblogic. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org