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 161B3D482 for ; Sat, 3 Nov 2012 17:39:51 +0000 (UTC) Received: (qmail 39251 invoked by uid 500); 3 Nov 2012 17:39:48 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 39222 invoked by uid 500); 3 Nov 2012 17:39:47 -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 39210 invoked by uid 99); 3 Nov 2012 17:39:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2012 17:39:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.189.248.120] (HELO flawless.hostnac.com) (199.189.248.120) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Nov 2012 17:39:41 +0000 Received: from localhost ([127.0.0.1]:52084 helo=rsmogura.net) by flawless.hostnac.com with esmtpa (Exim 4.80) (envelope-from ) id 1TUhgj-0001Zh-Q0 for users@httpd.apache.org; Sat, 03 Nov 2012 13:39:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sat, 03 Nov 2012 19:39:17 +0200 From: =?UTF-8?Q?Rados=C5=82aw_Smogura?= To: Message-ID: X-Sender: mail@smogura.eu User-Agent: Roundcube Webmail/0.6 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - flawless.hostnac.com X-AntiAbuse: Original Domain - httpd.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - smogura.eu X-Get-Message-Sender-Via: flawless.hostnac.com: authenticated_id: mail@rsmogura.net X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] ProxyPass and authentication Hello, I have problem with access to /svn-rs path - I get 404 not found page from Glassfish server instead of authentication request from Apache. Checking with FireBug I see headers WWW-Authenticate Basic realm="My realm", and in addition Powered-By Servlet/3.0 JSP/2.2 for Glassfish's 404. In addition I don't see my requests are logged as well in Apache logs, and Glassfish ones. Here are snips of my config SetOutputFilter DEFLATE DAV svn SVNParentPath /srv/svn-rs AuthType Basic Require ldap-dn DN #Snips When I comment ProxyPass / ajp:// or I will down Glassfish everything works as expected. I haven't used this path for some time, but I'm sure it was working on 1th April 2012 (I checked in logs), today this stopped to work. Can someone explain me what I do wrong? Kind regards, Radosław Smogura --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org