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 2E960190B9 for ; Tue, 19 Apr 2016 21:01:19 +0000 (UTC) Received: (qmail 86906 invoked by uid 500); 19 Apr 2016 21:01:15 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 86864 invoked by uid 500); 19 Apr 2016 21:01:15 -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 86854 invoked by uid 99); 19 Apr 2016 21:01:15 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2016 21:01:15 +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 366C8C0C74 for ; Tue, 19 Apr 2016 21:01:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.801 X-Spam-Level: X-Spam-Status: No, score=-0.801 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, 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 mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id nDfD40mSGa_j for ; Tue, 19 Apr 2016 21:01:14 +0000 (UTC) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTPS id 961DB5F282 for ; Tue, 19 Apr 2016 21:01:13 +0000 (UTC) Received: from mail-in-16-z2.arcor-online.net (mail-in-16-z2.arcor-online.net [151.189.8.33]) by mx.arcor.de (Postfix) with ESMTP id 3qqHVW4pFLzB3D2; Tue, 19 Apr 2016 23:01:07 +0200 (CEST) Received: from mail-in-15.arcor-online.net (mail-in-15.arcor-online.net [151.189.21.55]) by mail-in-16-z2.arcor-online.net (Postfix) with ESMTP id A086F2177CD; Tue, 19 Apr 2016 23:01:07 +0200 (CEST) X-Greylist: Passed host: 5.61.157.201 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net 3qqHVW2Vh9zB64N DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1461099667; bh=VUxEj+LzywoNPhg9Ar6ICkU1AGR3VRizCJEa1Iaz+7M=; h=Subject:To:References:Cc:From:Message-ID:Date:MIME-Version: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ra3vkeduVfSBMR5lRsB3kMcFysTt4TXyKiBAkPevF8mm+3PCbvuAgEsh3BbZvbniz haCmi+9Zn1OIkXHwOBNlOFs+gTln6xqKvE/ABWEUVLUecEPQ8CJggArqM/pL/Jk7lv /QpVcrh4ciL5/Z7d40fVe9a4k7DsSyG1HiH361J4= X-Greylist: Passed host: 5.61.157.201 X-Greylist: Passed host: 5.61.157.201 Received: from [192.168.115.2] (053d9dc9.dynamic.tele-ag.de [5.61.157.201]) (Authenticated sender: bjoernv@arcor.de) by mail-in-15.arcor-online.net (Postfix) with ESMTPSA id 3qqHVW2Vh9zB64N; Tue, 19 Apr 2016 23:01:07 +0200 (CEST) To: users@httpd.apache.org References: <571156DA.1080906@arcor.de> Cc: ylavic.dev@gmail.com From: Bjoern Voigt Message-ID: <57169C92.6070007@arcor.de> Date: Tue, 19 Apr 2016 23:01:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [users@httpd] Apache proxy keeps cache directory empty (SOLVED) Yann Ylavic wrote: > This prevents caching of forward-proxy URLs since they do not start / > (but rather http://). > Can you try: > CacheEnable disk http:// > ? Thank you. I found this solution at the same time here: https://bz.apache.org/bugzilla/show_bug.cgi?id=53787 Now I have: CacheEnable disk http:// CacheEnable disk ftp:// Greetings, Björn --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org