Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9811C10AEB for ; Thu, 10 Oct 2013 16:11:56 +0000 (UTC) Received: (qmail 69573 invoked by uid 500); 10 Oct 2013 16:11:48 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 69395 invoked by uid 500); 10 Oct 2013 16:11:46 -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 69356 invoked by uid 99); 10 Oct 2013 16:11:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 16:11:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 209.85.220.45 as permitted sender) Received: from [209.85.220.45] (HELO mail-pa0-f45.google.com) (209.85.220.45) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 16:11:32 +0000 Received: by mail-pa0-f45.google.com with SMTP id rd3so2946351pab.18 for ; Thu, 10 Oct 2013 09:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=RKl/lYKABX29HCwZt10H0ue6gNcGn20xgEDz2H7bdPI=; b=wzZ0W75Ew32vMGsdZsmliy6OCfL6+hKUUBKVSG947BpBlfiZX/VBDl03JdyP5SzCAG Efn7sMHrEQ27ksUdyxGMpkwxLDbdCO4usmQst8pATLsN1S8etfqxX6x2QpgsvVbaJzDi TXi6BeYSM6AqiqWzDLMcTOOpfx71CUZlgny/8+R7q8ZVyQtAk7Ax27T3HaVmCrXfBzvO EU/oBZEP64j3mvefk+o5QtIn0LGUXXQQ8B9Ck9t1ePMM+Qz4klERFBNfkPQOpnoJYRq4 UahXUb6/IUEGUMuYk650Wit89WHwAjY6HVlWdDVQvVY0Y5MRhEnKgUhPZRAOky5nkFB4 fSOg== MIME-Version: 1.0 X-Received: by 10.68.203.195 with SMTP id ks3mr14730173pbc.83.1381421472381; Thu, 10 Oct 2013 09:11:12 -0700 (PDT) Received: by 10.68.246.193 with HTTP; Thu, 10 Oct 2013 09:11:12 -0700 (PDT) In-Reply-To: References: <82B35E5D-327C-4AC8-9F5D-C85619FA5FBA@jaguNET.com> Date: Thu, 10 Oct 2013 12:11:12 -0400 Message-ID: From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] ProxyPass without slash not working On Thu, Oct 10, 2013 at 12:03 PM, Tiago Braga wrote: > Looking the log and I see an thing: > > 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] "GET /teste HTTP/1.1" 302 301 "-" > "lwp-request/5.827 libwww-perl/5.833" > 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] "GET /html/directory/test/ > HTTP/1.1" 404 594 "-" "lwp-request/5.827 libwww-perl/5.833" > Why do it occurs? The backend server redirected you to add a trailing slash. The proxy is supposed to strip off the /html/directory due to ProxypassReverse before the redirect goes out, but it doesn't happen. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org