X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=f81xzZ5mNlkhiqiW rDDnbcT5iUwmPQ6qBtLeGuMYyC7lFLs34H48FCQPjk75OvpJjrKDOfFw04tdF8xn OCCPABjnL/SGmJ+NjG1mjtvaolN5y8gFE4jDhlX4rMXXiBqcSgI8b7b3chkxr4Cq RuIL9u4d/a5aaPkm+EN3KchwqCw= 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:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=lJG3IoUPurhhrPL3stv2JJ NpVPM=; b=n8K7/s5+Zo1mol8uM41tfgSAqA81J+W9D42zZlpMDGM61Rpqs207zF T1ofxKHa/j6fxnQrQKajlVS3bQvZAwU4DvhIBatiVnS7yloofL5BOv0SAJrm3p7x 6OW4zab9M+A24KaKkQXtcCym5BLkQnOFbykhNw7Bd7WHDD8aA85VY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: out3-smtp.messagingengine.com Message-ID: <54453045.6080004@dronecode.org.uk> Date: Mon, 20 Oct 2014 16:54:45 +0100 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: Steven Penny Subject: Re: cygwin.com/cgi-bin not found References: <20141020073302 DOT GA25313 AT calimero DOT vinschen DOT de> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 20/10/2014 16:00, Steven Penny wrote: > On Mon, Oct 20, 2014 at 2:33 AM, Corinna Vinschen wrote: >> Removed at some point in the past. You referenced the correct path >> yourself in the mail the above link points to > > The following example links do not work > > http://cygwin.com/cgi-bin I would think all you are checking here, and with your previous script is that the cgi-bin directory doesn't allow listings, which I would suspect has always been the case. > http://cygwin.com/cgi-bin/cvsweb.cgi/htdocs/cgi-bin2?cvsroot=cygwin > > This is a problem because the second link for example was the only page to host > the source of "package-grep.cgi". So either those links need to be restored, or > new links need to be revealed. The clue should be in the URL that this a web view of a CVS repository. The files are still available via CVS. "cvs -d :pserver:anoncvs AT sourceware DOT org:/cvs/cygwin co htdocs" cvsweb on sourceware has been retired in favour of viewvc, but it seems there are still some repositories and redirects missing from that. -- 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