From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27355 invoked by alias); 6 Apr 2012 18:10:56 -0000 Received: (qmail 27347 invoked by uid 22791); 6 Apr 2012 18:10:55 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,TW_BF,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Apr 2012 18:10:35 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q36IAUwq016418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 6 Apr 2012 14:10:35 -0400 Received: from greenbox.redhat.com (vpn-9-75.rdu.redhat.com [10.11.9.75]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q36GV6sS018629; Fri, 6 Apr 2012 12:31:07 -0400 From: Anthony Green To: overseers@sourceware.org Subject: ftp dirs via http User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-URL: http://www.redhat.com Date: Fri, 06 Apr 2012 18:10:00 -0000 Message-ID: <87aa2ostyt.fsf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00003.txt.bz2 I'd like to make the libffi ftp directory readable through http, similar to how http://sourceware.org/systemtap/ftp works. I thought it would be a simple matter of symlinking (http://sourceware.org/libffi/ftp), but it looks like I need something more. I copied systemtap's .htaccess file but got an error from the web server. Advice? Thanks, AG