X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; q=dns; s=default; b=UB6xsRnfKvS62v0GKbomKty1/cVIt
	yxkHZ0xt63E32ReQIbFSfWWXD+ORtcTOKAZhxDURFcVUEKd9SPXgobJuM5stdmjX
	ENDnHSR63yyQtCyO3xGg4FqQixBSX5S0q61zeRcgf3BMQV/Mg1yFRyUFgiNKypsb
	XHGiTVC5X1Mj2U=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:date:message-id:subject:from:to
	:content-type; s=default; bh=sMLauyqUC0GHhT4hswAx7vKP278=; b=ePD
	gaIP4Kzh03Af+rBCqrzokEKvIcDzsK3YNPdE6Qlxy3veNe7P0mzP+MQJ1GNP/Yl6
	N/JTghqMbdjSIW9ifWaNsaYWPajHYb92rEVWaaDfPeQTF14x0663JWmGc+TcESym
	zX4c9wAiH1MCwgkooydgW5c28B/WuRudnIohV5bY=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-yh0-f48.google.com
MIME-Version: 1.0
X-Received: by 10.236.110.170 with SMTP id u30mr33635183yhg.75.1413754930624; Sun, 19 Oct 2014 14:42:10 -0700 (PDT)
Date: Sun, 19 Oct 2014 16:42:10 -0500
Message-ID: <CAAXzdLV+EXRAucHfW8xzEn6KaZkPp_15EQpjcGejjCUWShQhcw@mail.gmail.com>
Subject: cygwin.com/cgi-bin not found
From: Steven Penny <svnpenn@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

http://cygwin.com/cgi-bin was to my knowledge the only place you could find the
source to such important files as "package-grep.cgi"

http://cygwin.com/ml/cygwin/2014-06/msg00127.html

However this and other pages found in Cygwin Robots have gone missing, notice

    curl -s cygwin.com/robots.txt |
    awk '$2 && !seen[$2]++ {print $2}' FS=/ |
    while read each
    do printf '%-12s' "$each"
      wget --spider --quiet cygwin.com/$each && echo GOOD || echo BAD
    done

Yields this

    ml          GOOD
    bugzilla    GOOD
    cgi-bin     BAD
    cgi         BAD
    cgi2-bin    BAD
    packages    GOOD
    snapshots   GOOD
    viewcvs     GOOD
    viewvc      GOOD

What happened to these pages?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

