Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 57025 invoked from network); 16 Aug 2006 17:12:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 17:12:24 -0000 Received: (qmail 38851 invoked by uid 500); 16 Aug 2006 17:12:14 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 38824 invoked by uid 500); 16 Aug 2006 17:12:14 -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 38812 invoked by uid 99); 16 Aug 2006 17:12:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 10:12:13 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.30.11.194] (HELO smtp.clearbearing.net) (64.30.11.194) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 10:12:09 -0700 Received: from [127.0.0.1] (ipn36372-c69554.cidr.lightship.net [216.204.84.50]) (authenticated bits=0) by smtp.clearbearing.net (8.12.11.20060308/8.12.10) with ESMTP id k7GHBS0p020302 for ; Wed, 16 Aug 2006 13:11:30 -0400 Message-ID: <44E351C1.1050200@bugstumper.com> Date: Wed, 16 Aug 2006 13:11:29 -0400 From: Dougie Reply-To: dougie@bugstumper.com User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ClearBearing-MailScanner-Information: Please contact ClearBearing (http://www.clearbearing.com) for more information on our anti-spam/anti-virus efforts. X-ClearBearing-MailScanner: Found to be clean X-ClearBearing-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.8, required 5, autolearn=not spam, ALL_TRUSTED -1.80) X-MailScanner-From: dougie@bugstumper.com X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Redirecting URL X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, Fairly new to Apache. Trying to do something pretty simple, but have no clue what to do. I have a java server (that is using Jetty, internally) on my machine. The server name is located on port 9090. I would have just installed Apache on this same machine at port 80. If I type in the url, http://localhost:80, I get the message that the Apache works (a page saying It works! is shown). If I type in the url, http://localhost:9090, I get the webpage for my java server... which is correct. I would like it, if I typed in http://localhost:80/, I would be redirected to http://localhost:9090. How can I do this? Any help is greatly appreciated Doug --------------------------------------------------------------------- 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