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 BEEB99A32 for ; Mon, 14 Nov 2011 15:39:28 +0000 (UTC) Received: (qmail 40343 invoked by uid 500); 14 Nov 2011 15:39:25 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 40326 invoked by uid 500); 14 Nov 2011 15:39:25 -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 40318 invoked by uid 99); 14 Nov 2011 15:39:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2011 15:39:25 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phracek2@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2011 15:39:20 +0000 Received: by qadz3 with SMTP id z3so7379591qad.18 for ; Mon, 14 Nov 2011 07:38:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=VPf2azs8Qsu2H02AlTPoShK/XLNVbcFrZ9QCvOicumA=; b=WQzPRDznH46WLsWb3Pfk0rSxPfkqcJI1lzWinB/LfMzU8QU/TnPGyZDp2LFvVU9nCA lTBwJnonDOFGKhl5JNoe10z9NzhXLldz79kcPNHnsek+86sJon91VzYRVZ3CHaVFuLOn MaRzG1iswbIUeAd0MAhC0zk7NszNu5JmU4/80= MIME-Version: 1.0 Received: by 10.224.175.200 with SMTP id bb8mr14103762qab.69.1321285139645; Mon, 14 Nov 2011 07:38:59 -0800 (PST) Received: by 10.224.20.74 with HTTP; Mon, 14 Nov 2011 07:38:59 -0800 (PST) Date: Mon, 14 Nov 2011 16:38:59 +0100 Message-ID: From: Petr Hracek To: users@httpd.apache.org Content-Type: text/plain; charset=UTF-8 Subject: [users@httpd] Usage of type-map Dear users, on the our web server I have found really strange thing. Some web pages on linux stored in /opt/appl/htdocs are written so that instead of index.shtml.[en_US|de] there are file. application1.shtml.en_US application1.shtml.de application2.shtml.en_US application2.shtml.de Are there any possibilities how to do that over type-map? application.shtml.var on my system looks like: URI: application1.shtml; vary="type,language" URI: application1.shtml.en_US Content-type: text/shtml Content-language: en-US URI: application1.shtml.de Content-type: text/shtml Content-language: de But this does not work. I have inserted in DirectoryIndex index.shtml.var AddHandler type-map .var application/x-type-map to mime.types but When I am accessing https:///appl/application1.shtml the it shown me that page was not found. It seems that I did not understant of content negotiation well. -- Best Regards / S pozdravem Petr Hracek --------------------------------------------------------------------- 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