Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2009 23:06:51 +0200 (CEST)
From:      Eberhard Moenkeberg <emoenke@gwdg.de>
To:        freebsd-hubs@freebsd.org
Subject:   Re: FTP Mirrors please provide HTTP access
Message-ID:  <alpine.LNX.2.00.0909192302560.3893@gwdu05.gwdg.de>
In-Reply-To: <200909192056.n8JKujgo040332@lurza.secnetix.de>
References:  <200909192056.n8JKujgo040332@lurza.secnetix.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Sat, 19 Sep 2009, Oliver Fromme wrote:
> Eberhard Moenkeberg wrote:
> > On Sat, 19 Sep 2009, Thomas Vogt wrote:
> > > Am 18.09.2009 um 18:38 schrieb Aleksandr Stankevic:
> > > > On 9/18/2009 6:19 PM, Juraj Lutter wrote:
> > > > > Laurent Frigault wrote:
> > > > > > On Fri, Sep 18, 2009 at 10:40:43PM +0900, Jaeho Shin wrote:

> > > > > > > ftp2.kr already provides HTTP access with same paths of FTP.
> > > > > > > We use lighttpd here too. :)
> > > > > >
> > > > > > ftp1.fr.freebsd.org provides HTTP access with same paths of FTP .
> > > > > > apache 2.2.x with worker thread mpm is now enough for those who forget
> > > > > > that
> > > > > > FTP means FILE Transfer Protocol.
> > > > >
> > > > > ftp.sk.freebsd.org does as well.
> >
> > > > Same for ftp.lt.freebsd.org
> > >
> > > ftp.ch.freebsd.org too
> >
> > Same for ftp2.de.freebsd.org (rsync too), since ever.
>
> ftp7.de.freebsd.org does it for about 15 years ...
>
> Back then it was a little CGI program that I wrote in C.
> It ran under Apache and produced directory listings
> with download links for http, ftp and mail, and other
> useful things.
>
> I'm not an admin at that site anymore, and that CGI is
> long gone, but http access is still there, of course.

I do it very simple, without any script - just with an apache alias 
definition:

     Alias /pub /ftp/pub/
     <Directory /ftp/pub>
        Options Indexes FollowSymLinks
     </Directory>




Viele Gruesse
Eberhard Moenkeberg (emoenke@gwdg.de, em@kki.org)

-- 
Eberhard Moenkeberg
Arbeitsgruppe IT-Infrastruktur
E-Mail: emoenke@gwdg.de      Tel.: +49 (0)551 201-1551
-------------------------------------------------------------------------
Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH Goettingen (GWDG)
Am Fassberg 11, 37077 Goettingen
URL:    http://www.gwdg.de             E-Mail: gwdg@gwdg.de
Tel.:   +49 (0)551 201-1510            Fax:    +49 (0)551 201-2150
Geschaeftsfuehrer:           Prof. Dr. Bernhard Neumair
Aufsichtsratsvorsitzender: Dipl.-Kfm. Markus Hoppe
Sitz der Gesellschaft:     Goettingen
Registergericht:           Goettingen  Handelsregister-Nr. B 598
-------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LNX.2.00.0909192302560.3893>