X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id CDB713A5E24 for ; Sun, 5 Dec 2004 22:50:45 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 96981-04 for ; Sun, 5 Dec 2004 22:50:34 +0000 (GMT) Received: from ngate.rdw.ru (mail.rdw.ru [195.42.172.4]) by svr1.postgresql.org (Postfix) with ESMTP id 3876B3A5E20 for ; Sun, 5 Dec 2004 22:50:34 +0000 (GMT) Received: (qmail 32064 invoked by uid 50004); 5 Dec 2004 22:50:33 -0000 Received: from 192.168.0.57 by ngate.rdw.ru (envelope-from , uid 100) with qmail-scanner-1.23 ( Clear:RC:1(192.168.0.57):. Processed in 0.046935 secs); 05 Dec 2004 22:50:33 -0000 X-Qmail-Scanner-Mail-From: borz_off@cs.msu.su via ngate.rdw.ru X-Qmail-Scanner: 1.23 (Clear:RC:1(192.168.0.57):. Processed in 0.046935 secs) Received: from senoval.rdw.ru ([192.168.0.57]) (envelope-sender ) by ngate.rdw.ru (qmail-ldap-1.03) with compressed SMTP for ; 5 Dec 2004 22:50:33 -0000 Received: (qmail 26609 invoked from network); 5 Dec 2004 22:50:33 -0000 Received: from ppp01.rdw.ru (HELO [192.168.0.7]) ([192.168.0.7]) (envelope-sender ) by senoval.rdw.ru (qmail-ldap-1.03) with SMTP for ; 5 Dec 2004 22:50:32 -0000 Message-ID: <41B39065.30508@cs.msu.su> Date: Mon, 06 Dec 2004 01:49:09 +0300 From: Alexey Borzov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Dave Page Cc: pgsql-www@postgresql.org Subject: Re: New website mirroring References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.331 tagged_above=0 required=5 tests=AWL, DNS_FROM_RFC_ABUSE, FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200412/73 X-Sequence-Number: 6192 Hi, Dave Page wrote: > The new website is now setup on wwwmaster.postgresql.org, which is > generating static html hourly. To test mirroring it is now rsynced from > there to wwwdevel.postgresql.org where it is served as static HTML. > > The first problem I've noticed is files such as news.204.html, the links > for which are failing because they point to news.204. Any thoughts on > the best fix for that Alexey? You should use Apache directive Options MultiViews for the static mirror. We should prepare a .htaccess file with that and copy it to static mirror, probably.