Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 84805 invoked from network); 11 Sep 2007 13:11:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 13:11:41 -0000 Received: (qmail 82397 invoked by uid 500); 11 Sep 2007 13:11:23 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 82377 invoked by uid 500); 11 Sep 2007 13:11:23 -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 82364 invoked by uid 99); 11 Sep 2007 13:11:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 06:11:23 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jslive@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 13:11:21 +0000 Received: by wa-out-1112.google.com with SMTP id k22so1817405waf for ; Tue, 11 Sep 2007 06:11:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=DFr7srufLQJcm/Q7aBp9xoLQNy3y6iB5zGY4qIGzypk=; b=M02/xwmhT6terKCKLJfnP6i7pj3J7MFyyW9C6XAwejO5cK06BYz6KXOZyaNABIsrBoueVIDHf6YseLnBc+HRmLsZpiiCuK0ShRLXB+CWu+EtiHMG+eTghlUr6yMYuSHernePAhjprtR5JLlDK+juXd3Pl6W3O1QyarKpjTPBRV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=r8CjUQSgn8BvG2NfbmZAeN5XL8rh3wKk8IrXb5feWiww6Rbmwkz5/LquMH2N6Zu591ouvzhytEsqFVa0Jm5IP55BsrXP4ZXtM/YlNLv2FNS9t7/hMWe1AiNBqJua+zZjuhPZHV8kiz1mYAlY+RSjLaAB0tXid4AJFa3XI69fl98= Received: by 10.142.79.15 with SMTP id c15mr290800wfb.1189516260699; Tue, 11 Sep 2007 06:11:00 -0700 (PDT) Received: by 10.143.157.16 with HTTP; Tue, 11 Sep 2007 06:11:00 -0700 (PDT) Message-ID: Date: Tue, 11 Sep 2007 09:11:00 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <41442bc20709102312o3de484e1pd3b4138685bf2930@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <41442bc20709102312o3de484e1pd3b4138685bf2930@mail.gmail.com> X-Google-Sender-Auth: 315937daa1ba3dee X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] ProxyPassReverse doesn't work, please help figure out!! On 9/11/07, Chanita Siridechkun wrote: > > Apache 2.2.4 on Fedora core 6 > I try to run JVM server on port 7979 > it is on local machine at http://localhost:7979 > There are http://localhost:7979/profile/login and others. > > Try to use ProxyPassReverse but it doesn't work!! > Here , my configuration. > > ************ > httpd.conf > ************ > > ProxyRequests On Why is that On? Major security hole there! > ProxyPreserveHost On > ProxyPass /mingle/ http://localhost:7979/ > ProxyPassReverse /mingle/ http://localhost:7979/ > > ###At 7979 is running JVM server. > ### It should work with configuration above, but it doesnt'. What does that mean? What do you expect it to do? What does it actually do? 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