Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 21346 invoked from network); 17 Dec 2007 17:48:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 17:48:52 -0000 Received: (qmail 34004 invoked by uid 500); 17 Dec 2007 17:48:32 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 33994 invoked by uid 500); 17 Dec 2007 17:48:32 -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 33983 invoked by uid 99); 17 Dec 2007 17:48:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 09:48:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sfreilly@roadrunner.com designates 68.168.78.202 as permitted sender) Received: from [68.168.78.202] (HELO mta10.adelphia.net) (68.168.78.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 17:48:19 +0000 Received: from [192.168.1.104] (really [74.74.98.164]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20071217174810.IYSG14939.mta10.adelphia.net@[192.168.1.104]> for ; Mon, 17 Dec 2007 12:48:10 -0500 Message-ID: <4766B659.9080207@roadrunner.com> Date: Mon, 17 Dec 2007 12:48:09 -0500 From: Steve Reilly User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: users@httpd.apache.org References: <14373933.post@talk.nabble.com> In-Reply-To: <14373933.post@talk.nabble.com> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Newbie question EWD wrote: > I have a website that is running at http://www.ewd.com. I have also installed > another web application that is also accessible from > http://www.edw.com:8080. > > I want to configure apache so users can use the second application at > app.ewd.com instead of www.edw.com:8080. How can I achieve this? > > Thanks in advance > Edsger > put a link on the first webpage for the second one, make sure you use the :8080 after the link. OR just DNS redirect to the second one. and, be sure you have a virtual host setup for the :8080, and port forwarding setup on your router to forward all requests for :8080 to that site. may not be the right way but it works for me. steve --------------------------------------------------------------------- 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