From owner-freebsd-ports Fri Oct 11 10:28: 1 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D99DA37B401 for ; Fri, 11 Oct 2002 10:27:59 -0700 (PDT) Received: from fep01-app.kolumbus.fi (fep01-0.kolumbus.fi [193.229.0.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E672F43E88 for ; Fri, 11 Oct 2002 10:27:55 -0700 (PDT) (envelope-from juha.o.ylitalo@kolumbus.fi) Received: from coat.st-paul ([80.186.13.14]) by fep01-app.kolumbus.fi with ESMTP id <20021011172752.MKIM4680.fep01-app.kolumbus.fi@coat.st-paul> for ; Fri, 11 Oct 2002 20:27:52 +0300 Received: from shoes.st-paul (shoes.st-paul [10.10.10.10]) by coat.st-paul (8.12.3/8.12.3) with ESMTP id g9BHRqBI035524 for ; Fri, 11 Oct 2002 20:27:52 +0300 (EEST) (envelope-from juha.o.ylitalo@kolumbus.fi) Received: from shoes.st-paul (localhost.localdomain [127.0.0.1]) by shoes.st-paul (8.12.5/8.12.5) with ESMTP id g9BHSk3Y001797 for ; Fri, 11 Oct 2002 20:28:46 +0300 Received: (from jylitalo@localhost) by shoes.st-paul (8.12.5/8.12.5/Submit) id g9BHSkVB001795; Fri, 11 Oct 2002 20:28:46 +0300 X-Authentication-Warning: shoes.st-paul: jylitalo set sender to juha.o.ylitalo@kolumbus.fi using -f Subject: Trouble with apache's mod_proxy From: Juha Ylitalo To: freebsd-ports@FreeBSD.ORG Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 11 Oct 2002 20:28:46 +0300 Message-Id: <1034357326.900.27.camel@shoes.st-paul> Mime-Version: 1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org FreeBSD System: 4.6.2-RELEASE-p2 Apache port: apache+mod_ssl-1.3.26+2.8.9 FreeBSD box is located as firewall, mailserver, web proxy, etc. between my home network and internet. WWW proxy functionality has been implemented with Apache's mod_proxy (since I'll have to run Apache anyway for my web server ...). Problem that I am currently facing is that when I download some files, there size and MD5 does not match with the original. As concrete examples about size mismatches: text.gz from ftp://ftp.se.netbsd.org/pub/NetBSD/NetBSD-1.6/i386/binary/sets/ netbsd.org says that filesize should be 1598076 bytes and ls in my Linux box says 1603960. Also when I tried to install NetBSD on laptop, its installation complained about text.gz, so it also had problems with it. floppyC31.fs from http://trumpetti.atm.tut.fi/OpenBSD/3.1/i386/ ftp.fi.debian.org says that md5 should be efb9c8088b24978d3980cd8d34be63c3, but Linux box says that it is 4a7197d15ce112beac31c1c70c5430c1 Here is mod_proxy part from httpd.conf: ProxyRequests On Order deny,allow Deny from all Allow from .st-paul ProxyVia On CacheRoot "/usr/local/www/proxy" CacheSize 5 CacheGcInterval 4 CacheMaxExpire 24 CacheLastModifiedFactor 0.1 CacheDefaultExpire 1 NoCache a_domain.com another_domain.edu joes.garage_sale.com Any ideas on what might be causing those problems? As little bit extra information: httpd-access.log shows funny figures on floppyC31.gs (1479689 vs. 1474560), while text.tgz shows always 1603960: shoes.st-paul - - [11/Oct/2002:19:44:28 +0300] "GET ftp://ftp.fi.debian.org/pub/OpenBSD/3.1/i386/floppyC31.fs HTTP/1.1" 200 1479689 "-" "Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020809" shoes.st-paul - - [11/Oct/2002:20:14:36 +0300] "GET http://trumpetti.atm.tut.fi/OpenBSD/3.1/i386/floppyC31.fs HTTP/1.1" 200 1474560 "-" "Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020809" /usr and /var filesystems have more than 100 MB and 60k inodes free, so that shouldn't be the problem. -- Juha Ylitalo juha.ylitalo@iki.fi +358 40 562 6152 http://www.iki.fi/jylitalo "Some tools are used, because its policy, others because they are good." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message