From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32493 invoked by alias); 1 May 2003 22:37:21 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 32404 invoked from network); 1 May 2003 22:37:20 -0000 Mail-Followup-To: overseers@sources.redhat.com, ecos-maintainers@sources.redhat.com, jifl@jifvik.org To: Jonathan Larmour Cc: overseers@sources.redhat.com, eCos Maintainers Subject: Re: ecos.sourceware.org and mailing list request References: <3EA6CD95.1080509@jifvik.org> <3EB08553.8000604@jifvik.org> <3EB19FC1.2040008@jifvik.org> From: Ian Lance Taylor Date: Thu, 01 May 2003 22:37:00 -0000 In-Reply-To: <3EB19FC1.2040008@jifvik.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00003.txt.bz2 Jonathan Larmour writes: > Ian Lance Taylor wrote: > > Jonathan Larmour writes: > >> RedirectMatch permanent ^/ml/$ http://ecos.sourceware.org/intouch.html > >> RedirectMatch permanent ^/ml$ http://ecos.sourceware.org/intouch.html > >> Alias /ml/ /var/www/sourceware/ml/ > >> Alias /fom-serv/ /sourceware/faq-o-matic/fom-serv/ > >> Alias /htdig/ /var/www/sourceware/htdocs/htdig/ > >> Alias /img/ /var/www/sourceware/htdocs/img/ > >> AliasMatch ^/ecos/(.*) /var/www/sourceware/htdocs/ecos/$1 > >> ScriptAlias /cgi-bin/ /var/www/sourceware/cgi-bin/ > >> ScriptAlias /fom/ /sourceware/faq-o-matic/cgi-bin/ > > I did this. Of course, now the book cover on the main page doesn't > > work, because img/... gets redirected to the upper level img > > directory. You'll have to decide how you want to fix that. > > Oops! I didn't notice that. It turns out we don't use the /img/ > directory in fact - I just copied it "in case" because the other sites > had it, but didn't notice we already had an img/ :-|. My mistake. > > So can some benevolent deity remove just that Alias line please? Sorry > to be a pest! Done. Ian