Your message dated Fri, 4 Nov 2005 17:55:01 +0100
with message-id <[EMAIL PROTECTED]>
and subject line This is just duplication of existing documentation
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Oct 2005 08:48:25 +0000
>From [EMAIL PROTECTED] Thu Oct 06 01:48:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mbx.unige.ch [129.194.9.229] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ENRQP-0003l9-00; Thu, 06 Oct 2005 01:48:25 -0700
Received: from CONVERSION-DAEMON.mbx.unige.ch by mbx.unige.ch
 (PMDF V6.2-X27 #31144) id <[EMAIL PROTECTED]> for
 [EMAIL PROTECTED]; Thu, 06 Oct 2005 10:46:12 +0200 (MEST)
Received: from atalante.unige.ch (atalante.unige.ch [129.194.65.9])
 by mbx.unige.ch (PMDF V6.2-X27 #31144)
 with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Thu,
 06 Oct 2005 10:46:06 +0200 (MEST)
Received: from obslin15.unige.ch (obslin15 [129.194.66.155])
        by atalante.unige.ch (8.11.7p1+Sun/8.11.7) with ESMTP id j968juY12195; 
Thu,
 06 Oct 2005 10:46:01 +0200 (MEST)
Received: from obslin15.unige.ch (localhost [127.0.0.1])
        by obslin15.unige.ch (8.13.4/8.13.4/Debian-3) with ESMTP id 
j968juOn020747;
 Thu, 06 Oct 2005 10:45:56 +0200
Received: (from [EMAIL PROTECTED])      by obslin15.unige.ch 
(8.13.4/8.13.4/Submit)
 id j968jt48020746; Thu, 06 Oct 2005 10:45:55 +0200
Date: Thu, 06 Oct 2005 10:45:55 +0200
From: BRINER Cedric <[EMAIL PROTECTED]>
Subject: moinmoin-common: mod_python/apache2 configuration guide
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
X-Mailer: reportbug 3.17
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
X-Authentication-warning: obslin15.unige.ch: briner set sender to
 [EMAIL PROTECTED] using -f
X-Comment: This message was scanned against viruses by mbx.unige.ch.
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: moinmoin-common
Severity: wishlist

Hi

This are the steps to make run moin with mod_python/apache2
aptitude -R install libapache2-mod-python2.3 moinmoin-common python2.3-moinmoin

and add at your convenience the following guide lines to
/usr/share/doc/moinmoin-common/README.Debian


Example: B single wiki with mod_python/Apache2
----------------------------------------------

 1) Create and populate /var/www/mywiki
    # mkdir /var/www/mywiki
    # cp -r /usr/share/moin/data /usr/share/moin/underlay 
/usr/share/moin/server/moin.cgi /var/www/mywiki

 2) Pass on the wiki to Apache:
    # chown -R www-data: /var/www/mywiki

 3) Configure Apache 2:
    Add the following lines to /etc/apache2/conf.d/wiki:

     Alias /wiki/ "/usr/share/moin/htdocs/"

     <Location /mywiki>
      SetHandler python-program
      PythonPath "['/var/www/mywiki','/etc/moin/']+sys.path"
      PythonHandler MoinMoin.request::RequestModPy.run
      PythonDebug On
     </Location>

    and reload apache

 4) Configure MoinMoin:
    # edit /etc/moin/farmconfig.py
        (add mywiki to "wikis" and customize general stuff)
        # assure that:
        url_prefix = '/wiki'
    # cp /etc/moin/moinmaster.py /etc/moin/mywiki.py
    # edit /etc/moin/mywiki.py
        (Customize to your liking...)

 5) Enjoy your new wiki at http://your.site/mywiki/


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 332399-done) by bugs.debian.org; 4 Nov 2005 16:54:43 +0000
>From [EMAIL PROTECTED] Fri Nov 04 08:54:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 0x3ef3a55b.virnxx2.adsl-dhcp.tele.dk (xayide.jones.dk) 
[62.243.165.91] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EY4pv-0005R5-00; Fri, 04 Nov 2005 08:54:43 -0800
Received: from localhost (localhost [127.0.0.1])
        by xayide.jones.dk (Postfix) with ESMTP id 952B911B9CC
        for <[EMAIL PROTECTED]>; Fri,  4 Nov 2005 17:54:42 +0100 (CET)
Received: from xayide.jones.dk ([127.0.0.1])
        by localhost (xayide.jones.dk [127.0.0.1]) (amavisd-new, port 10024)
        with SMTP id 20177-10 for <[EMAIL PROTECTED]>;
        Fri, 4 Nov 2005 17:54:37 +0100 (CET)
Received: from auryn.jones.dk (unknown [192.168.102.231])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by xayide.jones.dk (Postfix) with ESMTP id 0E16A11B9CA
        for <[EMAIL PROTECTED]>; Fri,  4 Nov 2005 17:54:37 +0100 (CET)
Date: Fri, 4 Nov 2005 17:55:01 +0100
From: Jonas Smedegaard <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: This is just duplication of existing documentation
Message-Id: <[EMAIL PROTECTED]>
Organization: Spiff ApS
X-Mailer: Sylpheed version 2.0.1 (GTK+ 2.6.10; powerpc-unknown-linux-gnu)
X-Face: yvw#o~hz'%$;u|iUBohl)T/[EMAIL 
PROTECTED]/j&/v4H;'#{E\]pJHQsA0!FKs"='cNj!x=\]NiEsi
 PWi#:wS|bY F]0)w+?QXNQi={<6HVU5(98,?_#=d!$YOQ"9Vc%Ax-!?lWZUMj7y}m
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at jones.dk
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-1.4 required=4.0 tests=BAYES_00,UPPERCASE_25_50 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

Thanks for your suggestion to add another setup guide. However, I find
that it adds very little that is not already found in the existing
guide + HelpOnInstalling/ApacheWithModPython, so choose to drop this.

Kind regards,

 - Jonas

- --=20
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er n=E6r: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDa5Jln7DbMsAkQLgRAjt4AJ48RDuWpdNFBXogIvSYjgvJACcSVwCeL3EI
7Wd3PdTFCcPVPkWIQj5P6BA=3D
=3D8Ahu
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to