Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 79762 invoked from network); 10 Jun 2007 13:34:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2007 13:34:08 -0000 Received: (qmail 27950 invoked by uid 500); 10 Jun 2007 13:34:00 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 27921 invoked by uid 500); 10 Jun 2007 13:34:00 -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 27910 invoked by uid 99); 10 Jun 2007 13:34:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 06:34:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of noodlet@gmail.com designates 66.249.82.232 as permitted sender) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 06:33:56 -0700 Received: by wx-out-0506.google.com with SMTP id t13so983551wxc for ; Sun, 10 Jun 2007 06:33:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jLFzl7imujImP+e0JDV4QDnKMkFCSuztyxG0EPs/VRB4OjHcEg/A3XmV81xLd4lfdOdPPB6cB48fTGDzm9+K9lIITLnrWgIaGPPo/+u4hcFWMl9Z4GI61pa37Lo3UpPn9kMD6Bxpfwdl1IaxrwyYsQHFBl9Tz4ohG7T72VeHZZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SK6g6LXWvaty4hRIV92iOv4dERmm+dYClSvmF2YIhRbD3OxYZHwsKUXf3zuPkMR32T/aRQfuXPyuNRz0hTlD2UwmuvQAxdFk5xtDbHerPr6moLHVaNonV8lk72sFeAyi8vtDLVhWNIPLpVL8kwpn39TMbjmXwNZsDSYhdvtDePA= Received: by 10.70.116.14 with SMTP id o14mr7095760wxc.1181482414961; Sun, 10 Jun 2007 06:33:34 -0700 (PDT) Received: by 10.70.45.3 with HTTP; Sun, 10 Jun 2007 06:33:34 -0700 (PDT) Message-ID: <813716b60706100633i70617a4eg802d4841b5c8242@mail.gmail.com> Date: Sun, 10 Jun 2007 14:33:34 +0100 From: "Vincent Bray" To: users@httpd.apache.org In-Reply-To: <466BEFC4.3000305@hostgis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <466BEFC4.3000305@hostgis.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] AddDefaultCharset not working? On 10/06/07, Gregor Mosheh wrote: > And yet... > > # wget --server-response http://www.turistickamapa.sk/ > --05:23:26-- http://www.turistickamapa.sk/ > => `index.html' > Resolving www.turistickamapa.sk... 69.59.158.28 > Connecting to www.turistickamapa.sk|69.59.158.28|:80... connected. > HTTP request sent, awaiting response... > HTTP/1.1 200 OK > Date: Sun, 10 Jun 2007 12:23:27 GMT > Server: Apache > Expires: Thu, 19 Nov 1981 08:52:00 GMT > Cache-Control: no-store, no-cache, must-revalidate, post-check=0, > pre-check=0 > Pragma: no-cache > Set-Cookie: HOSTGIS=52d0e5393703ae7ad1dbc48c1f08f730; path=/ > Connection: close > Content-Type: text/html; charset=iso-8859-1 > > > > Are my tired eyes missing something here? The presence of the Set-Cookie: header indicates that the response is being generated by a program of some kind, rather than static html. Most likely this program/script is setting the charset. -- noodl --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org