[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

MoinMoin configuration problems



I've just installed python-moinmoin and moinmoin-common on an
etch system running apache 1.3.  I've followed the instructions
in /usr/share/doc/moinmoin-common/README.Debian, but the wiki is
not working.  Point a browser at http://my.actual.site/MyWiki
gives me a ConfigurationError that tells me

    > ConfigurationError

    > Could not find a match for url: "lumen.indyrad.iupui.edu/MyWiki".

    > Check your URL regular expressions in the "wikis" list in
    > "farmconfig.py". 

    >     * exceptions = <bound method ConfigurationError.exceptions of <MoinMoin.error.ConfigurationError instance>>
    >     * innerException = (None, None, None)
    >     * message = '\nCould not find a match for url: "lumen.indyrad....essions in the "wikis" list in\n"farmconfig.py". \n'

    > System Details

    >     * Date: Thu, 18 Jan 2007 17:11:19 +0000
    >     * Platform: Linux lumen 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 UTC 2006 i686
    >     * Python: Python 2.4.4 (/usr/bin/python)
    >     * MoinMoin: Release 1.5.3 (release)


The wikis in my farmconfig.py is straight out of the README:
  wikis = [
      ("mywiki",    r"^your.site/mywiki/.*$"),
      ]

with your.site replaced by my.actual.site.  Can anyone help me
debug this?

-Mike



Reply to: