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 BEDC618341 for ; Sun, 7 Jun 2015 15:27:51 +0000 (UTC) Received: (qmail 74600 invoked by uid 500); 7 Jun 2015 15:27:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 74558 invoked by uid 500); 7 Jun 2015 15:27:45 -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 74548 invoked by uid 99); 7 Jun 2015 15:27:45 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jun 2015 15:27:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4D9BCC0046 for ; Sun, 7 Jun 2015 15:27:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.101 X-Spam-Level: X-Spam-Status: No, score=-0.101 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=arcor.de Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 5Lm0D4rsiGa4 for ; Sun, 7 Jun 2015 15:27:36 +0000 (UTC) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 5215A42AAA for ; Sun, 7 Jun 2015 15:27:36 +0000 (UTC) Received: from mail-in-18-z2.arcor-online.net (mail-in-18-z2.arcor-online.net [151.189.8.35]) by mx.arcor.de (Postfix) with ESMTP id 3m4M5s1kmMz87PR for ; Sun, 7 Jun 2015 17:27:29 +0200 (CEST) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-18-z2.arcor-online.net (Postfix) with ESMTP id 36AA1354CD4; Sun, 7 Jun 2015 17:27:29 +0200 (CEST) X-Greylist: Passed host: 79.194.5.99 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-08.arcor-online.net 3m4M5r4j0qz6PXJ DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1433690849; bh=H9s7KnqzMcFLDHtwXQa5STpU+3d5cPvI9KZAapBwL+M=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=g0QF1RLn3c9z0EQ3gOzu1ZMig9EgFsR67Gnz6LnZaa+Lo+65wtyxOxoY61hRMsheF xJHz5tPXB3q4DB58hAqwkPMgEf+eFC2Lui2Gc3Bqx16hsejuX7+LeWx4AxuiKHp4qh U6+P7WXoKNrhDjeDYgHNCYyVRt8xJFTpVw1ZbUmU= X-Greylist: Passed host: 79.194.5.99 Received: from [192.168.115.2] (p4FC20563.dip0.t-ipconnect.de [79.194.5.99]) (Authenticated sender: bjoernv@arcor.de) by mail-in-08.arcor-online.net (Postfix) with ESMTPSA id 3m4M5r4j0qz6PXJ; Sun, 7 Jun 2015 17:27:28 +0200 (CEST) Message-ID: <557462DF.2070500@arcor.de> Date: Sun, 07 Jun 2015 17:27:27 +0200 From: Bjoern Voigt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1 MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: [users@httpd] Incorrect links in autoindex files in a reverse proxy setup To make user access to Web and WebDAV services easier, I try to collect all services on one public server for one of my customers. Some internal servers act as WebDAV servers. All servers run with Apache 2.4. Access to WebDAV service of "other-server" (https://other-server/webdav/) from public server already works: ProxyHTMLEnable On SetOutputFilter proxy-html ProxyPass https://other-server/webdav/ ProxyPassReverse https://other-server/webdav/ ProxyHTMLURLMap /webdav/ /webdav/other-server/ RequestHeader unset Accept-Encoding SSLProxyEngine on SSLProxyCheckPeerCN on SSLProxyCheckPeerExpire on SSLProxyCheckPeerName on SSLProxyVerify require SSLProxyCACertificatePath "/etc/apache2/ssl.crt/" SSLProxyVerifyDepth 10 But if I use the WebDAV share read-only with a normal browser, I have the problem that the parent directory links do not work, because it points to the internal location /webdav. ProxyHTMLURLMap seems to do nothing. Also the title of the index files is wrong ("Index of /webdav"). I see two possibilities to fix this: 1) Tuning of mod_autoindex on "other-server". I didn't find options for absolute/relative links. 2) Tuning the public server. But the configuration above does not rewrite internal links ( /webdav/ to /webdav/other-server/). ProxyHTMLLogVerbose is not recognized. Any hints? Greetings, Bj�rn --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org