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 B305B3A5BC7 for ; Sat, 4 Dec 2004 22:22:32 +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 89971-04 for ; Sat, 4 Dec 2004 22:22:19 +0000 (GMT) Received: from ngate.rdw.ru (mail.rdw.ru [195.42.172.4]) by svr1.postgresql.org (Postfix) with ESMTP id E90BB3A2B22 for ; Sat, 4 Dec 2004 22:22:16 +0000 (GMT) Received: (qmail 14247 invoked by uid 50004); 4 Dec 2004 22:22:10 -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.04593 secs); 04 Dec 2004 22:22:10 -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.04593 secs) Received: from senoval.rdw.ru ([192.168.0.57]) (envelope-sender ) by ngate.rdw.ru (qmail-ldap-1.03) with compressed SMTP for ; 4 Dec 2004 22:22:10 -0000 Received: (qmail 18754 invoked from network); 4 Dec 2004 22:22:10 -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 ; 4 Dec 2004 22:22:09 -0000 Message-ID: <41B23854.2070800@cs.msu.su> Date: Sun, 05 Dec 2004 01:21:08 +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: Mirror.php 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/65 X-Sequence-Number: 6184 Hi, Dave Page wrote: >>::scratches head:: >>Well, the PEAR code boils down to the example above if you >>strip all the pretty stuff out. Please try running the >>following script, maybe it will give some insight: >> >>>error_reporting(E_ALL); >>var_dump(gethostbyname('wwwmaster.postgresql.org')); >> >>require_once 'HTTP/Request.php'; >>PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'var_dump'); $req >>=& new HTTP_Request('http://wwwmaster.postgresql.org/'); >>$req->sendRequest(); >>?> >> > > root@developer:/usr/local/www/wwwmaster.postgresql.org/www/tools# php -d > include_path=/usr/local/www/portal.postgresql.org/pear/lib test3.php > string(13) "194.217.48.42" > root@developer:/usr/local/www/wwwmaster.postgresql.org/www/tools# If that particular script produces no errors, I can't imagine anything that prevents mirror.php from running... Please try running that again, maybe the problem just magically went away.