Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 79838 invoked from network); 12 Oct 2004 19:11:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Oct 2004 19:11:27 -0000 Received: (qmail 71955 invoked by uid 500); 12 Oct 2004 19:11:04 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71890 invoked by uid 500); 12 Oct 2004 19:11:03 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 71875 invoked by uid 99); 12 Oct 2004 19:11:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.39.182.127] (HELO oasis.draikes.com) (216.39.182.127) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 12 Oct 2004 12:11:02 -0700 Received: from oasis.draikes.com (oasis.draikes.com [127.0.0.1]) by oasis.draikes.com (8.13.1/8.12.11) with ESMTP id i9CJ5rcm019726 for ; Tue, 12 Oct 2004 12:05:53 -0700 Received: (from apache@localhost) by oasis.draikes.com (8.13.1/8.12.11/Submit) id i9CJ5rZW019725; Tue, 12 Oct 2004 12:05:53 -0700 X-Authentication-Warning: oasis.draikes.com: apache set sender to don@draikes.com using -f Received: from 148.87.1.171 (proxying for 141.144.80.86) (SquirrelMail authenticated user draikes); by www.draikes.com with HTTP; Tue, 12 Oct 2004 12:05:53 -0700 (MST) Message-ID: <55242.148.87.1.171.1097607953.squirrel@148.87.1.171> Date: Tue, 12 Oct 2004 12:05:53 -0700 (MST) From: "Donald Raikes" To: users@httpd.apache.org Reply-To: don@draikes.com User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked Subject: [users@httpd] redirecting with apache 1.3 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------------------------------ I am running an apache 1.3 server on a sunos 4 box. Also on that box I have Oracle's oc4j webserver running on port 8888. I have 2 dns entries for the box address1, and address2. When someone accesses address1, I want it to be handled by the default virtualhost of my apache server. When someone accesses address2, I want my second virtual host to be accessed, but I want to redirect all requests to their associated pages on the oc4j server. I am a little unclear about how to get this to work. If I use: servername address2 redirect address2 192.168.1.100:8888/home.html redirectmatch (.*)\*.html 192.168.1.100:8888/$1.html Will that direct http://www.address2 to 192.168.1.100/home.html and http://www.address2/test.html to 192.168.1.100:8888/test.html? --------------------------------------------------------------------- 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