cygwin.com/cgi-bin not found

Steven Penny svnpenn@gmail.com
Sun Oct 19 21:42:00 GMT 2014


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



More information about the Cygwin mailing list