From general-return-1939-apmail-logging-general-archive=logging.apache.org@logging.apache.org Tue Jul 10 18:58:11 2012 Return-Path: X-Original-To: apmail-logging-general-archive@www.apache.org Delivered-To: apmail-logging-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 90AD8913D for ; Tue, 10 Jul 2012 18:58:11 +0000 (UTC) Received: (qmail 19218 invoked by uid 500); 10 Jul 2012 18:58:11 -0000 Delivered-To: apmail-logging-general-archive@logging.apache.org Received: (qmail 19153 invoked by uid 500); 10 Jul 2012 18:58:11 -0000 Mailing-List: contact general-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Logging General" List-Id: Delivered-To: mailing list general@logging.apache.org Received: (qmail 19143 invoked by uid 99); 10 Jul 2012 18:58:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 18:58:11 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of grobmeier@gmail.com designates 209.85.160.47 as permitted sender) Received: from [209.85.160.47] (HELO mail-pb0-f47.google.com) (209.85.160.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 18:58:07 +0000 Received: by pbbrq2 with SMTP id rq2so686551pbb.34 for ; Tue, 10 Jul 2012 11:57:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=FHYf+Krcu9yRI5V1AfbWGSRXo6APF1jWd8D0C3IQc/U=; b=YQ2nLOxhfP8bwTcBRdKpMXuhIECIJaP1PHYF9cdbQXBIXCv1+QTsuuIjz1xQA2S/uL Rt32ZqHtJUPhiAeYYq/98yv392vs3qmzFPJcpNq+UD+57sEcfRj31siV5vxeuDRpuxP9 tYXLn+FqUoRDAaJc7bq/FEkLZ/6HQt1Tgi6kdsMycvOVba++eTqLfsKeC+/EGnFqlNHJ PSLSNbuAbqaBjLVVop/YbB4hl8otrU+Ucjclomc1d4lf9fNCxX9dStxEsDoCDpgW6jlJ U2es1j2nNV8MA4NFDGtgXpmaj1LFbPQy+9QnaX748Spgki4jKEIxijSq0Mbh3ZKEdhs9 QSDQ== Received: by 10.68.232.201 with SMTP id tq9mr70906266pbc.70.1341946666829; Tue, 10 Jul 2012 11:57:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.129.231 with HTTP; Tue, 10 Jul 2012 11:57:26 -0700 (PDT) In-Reply-To: References: <39BEA907-6F3F-4F48-9482-E1E548E848FB@dslextreme.com> <573E6DF3-ED2B-459A-94EE-A7FB0B6F2B7A@dslextreme.com> From: Christian Grobmeier Date: Tue, 10 Jul 2012 20:57:26 +0200 Message-ID: Subject: Re: Logging site is live To: Logging General Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org OK every root folder should now redirect to an older version of the site via .htaccess Anybody has an idea if we should add the htaccess files to our maven build? On Tue, Jul 10, 2012 at 8:50 PM, Christian Grobmeier wrote: > In the case of log4j... we should use the /log4j link to point to the > latest version, which is log4j2. > So I will add a htaccess which points to our new codebase > > OK for everybody? > > On Tue, Jul 10, 2012 at 8:47 PM, Christian Grobmeier > wrote: >> Hold on Ralph. >> >> Ivan and I did some kind of hackathon here and this is how it works for log4php: >> >> RewriteEngine on >> RewriteCond %{REQUEST_URI} !^/log4php/log4php-2.2.1.*$ >> RewriteRule ^(.*)$ /log4php/log4php-2.2.1/$1 >> >> Nice thing is, we can get rid of symlinks, if we wish >> >> On Tue, Jul 10, 2012 at 8:37 PM, Ralph Goers wrote: >>> I added a redirect template and a redirect page for log4j. Unfortunately (or fortunately) it didn't work because it would have overwritten the log4j directory. >>> >>> Ralph >>> >>> On Jul 10, 2012, at 10:57 AM, Christian Grobmeier wrote: >>> >>>> Ouch. >>>> >>>> something like that should do the trick: >>>> >>>> RewriteEngine on >>>> RewriteRule ^(.+)$ 2.x/$1 >>>> >>>> I will try that now >>>> >>>> >>>> On Tue, Jul 10, 2012 at 7:49 PM, Ivan Habunek wrote: >>>>> And the original links to the subprojects now return a directory listing... >>>>> http://logging.apache.org/log4j/ >>>>> http://logging.apache.org/log4php/ >>>>> >>>>> Nice. >>>>> >>>>> Ivan >>>>> >>>>> On 10 July 2012 19:46, Ivan Habunek wrote: >>>>>> Darn, I didn't know you were going ahead with this today. All the >>>>>> subproject sites have changed urls. >>>>>> e.g. /log4php/2.x instead of /log4php >>>>>> >>>>>> This will break all existing links, and mess up our search engine rank. >>>>>> Does anybody know a quick fix? Somebody mentioned .htaccess. >>>>>> >>>>>> Regards, >>>>>> Ivan >>>>>> >>>>>> On 10 July 2012 19:37, Scott Deboy wrote: >>>>>>> Looks good! >>>>>>> >>>>>>> >>>>>>> On Tue, Jul 10, 2012 at 10:33 AM, Ralph Goers >>>>>>> wrote: >>>>>>>> >>>>>>>> http://logging.apache.org is now running on the CMS. >>>>>>> >>>>>>> >>>> >>>> >>>> >>>> -- >>>> http://www.grobmeier.de >>>> https://www.timeandbill.de >>> >> >> >> >> -- >> http://www.grobmeier.de >> https://www.timeandbill.de > > > > -- > http://www.grobmeier.de > https://www.timeandbill.de -- http://www.grobmeier.de https://www.timeandbill.de