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 86E9D3A430F for ; Sun, 31 Oct 2004 22:04:25 +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 95257-02 for ; Sun, 31 Oct 2004 22:04:20 +0000 (GMT) Received: from ngate.rdw.ru (mail.rdw.ru [195.42.172.4]) by svr1.postgresql.org (Postfix) with ESMTP id E59A53A4308 for ; Sun, 31 Oct 2004 22:04:20 +0000 (GMT) Received: (qmail 25053 invoked by uid 50004); 31 Oct 2004 22:04:20 -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.045272 secs); 31 Oct 2004 22:04:20 -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.045272 secs) Received: from senoval.rdw.ru ([192.168.0.57]) (envelope-sender ) by ngate.rdw.ru (qmail-ldap-1.03) with compressed SMTP for ; 31 Oct 2004 22:04:20 -0000 Received: (qmail 26164 invoked from network); 31 Oct 2004 22:04:20 -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 ; 31 Oct 2004 22:04:19 -0000 Message-ID: <4185616D.3040705@cs.msu.su> Date: Mon, 01 Nov 2004 01:04:29 +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: "Marc G. Fournier" Cc: pgsql-www@postgresql.org Subject: Re: Inadequate hosting for www.postgresql.org? References: <4184C8EE.3080304@cs.msu.su> <20041031130007.R33702@ganymede.hub.org> <41854A72.2060608@cs.msu.su> <20041031171023.I33702@ganymede.hub.org> <418559D8.10603@cs.msu.su> <20041031173723.H33702@ganymede.hub.org> In-Reply-To: <20041031173723.H33702@ganymede.hub.org> 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.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200410/337 X-Sequence-Number: 5731 Hi, Marc G. Fournier wrote: >> Yes, now it does ~5 pages per second, thus the whole mirroring process >> will probably complete in under an hour. > > Does the mirroring process mirror *all* files, or just those that have > changed? Most of the files on the site *should* be static, no? What > consititutes the bulk of the pages? I would think the various versions > docs, no? Which are static ... All files except docs, since there are dynamic parts like survey and particularly gborg stats on all pages. But there are not very many pages here. As for the docs, there is version without user comments which will not need to be mirrored unless the design changes or the docs for the newer version replace the older docs. The version with user comments will need to be mirrored every time, obviously. Though we may consider removing comment form from docs for the older versions and ease this requirement. Of course one can add Last-Modified header and 304 response to the pages, but there still will be a request to make. > BTW, does this script you are working on have any access controls, or > does it allow *everyone* to mirror the site? If you mean whether anyone will be able to access the script via web then the answer is "no", it will be run from console. If the question is different then I don't get it.