From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9938 invoked by alias); 1 May 2003 06:33:23 -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 9826 invoked from network); 1 May 2003 06:33:19 -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> From: Ian Lance Taylor Date: Thu, 01 May 2003 06:33:00 -0000 In-Reply-To: <3EB08553.8000604@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/msg00001.txt.bz2 Jonathan Larmour writes: > Sorry to be a pain but it needs a couple of fixes. To ensure > consistent use of the name, we'd need the faq-o-matic and mailing list > archives to be available there. This should just be a case of adding > the following lines inside the VirtualHost block for > ecos.sourceware.org (inspired by other configs there): > > 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. > Also since it seems peopled have now resolved to separate out the logs > to a CustomLog for each virtual host, that could be done too. Done. Logs now go to ecos-combined_log and ecos-error_log in /var/log/httpd. Ian