On Sun, Jan 25, 2009 at 11:44 PM, Eric Drechsel <[email protected]> wrote: > I have MoinMoin running, although my configuration differs in several ways: > - It's a WikiFarm > - The moinmoin fastcgi is launched via an Upstart rule in /etc/event.d > (ubuntu) > - It runs at / > I tried your regex and got 404 for everything but the root. Using a > directory rule /wiki worked for me.
Oh yes, I think your regex is robbing moinmoin of its path! Definitely use a directory rule :) > I've posted most of the pieces of my config [1] if you want to take a > look. I do seem to recall having a similar problem at some point in > the config process, but didn't journal it :( > > [1] http://shared.dre.am/Assets/MoinMoin > > On Sun, Jan 25, 2009 at 7:27 AM, Marcos <[email protected]> wrote: >> Hi all, >> >> I'm trying to set up MoinMoin wiki in Cherokee as a FastCGI. >> >> I have it installed and almost working. The problem is that I just can see >> the FrontPage :D >> >> Whatever other page I try to load I get the FrontPage instead. I think is >> something related to the pattern I use for the Handler and all the >> requests end up in a request to /wiki with no more parameters or paths. >> >> Currently I have this source defined: >> >> source!3!host = /tmp/moinmoin.sock >> source!3!interpreter = /usr/local/bin/spawn-fcgi -f >> /usr/share/moin/server/moin.fcg -s /tmp/moinmoin.sock >> source!3!nick = moinmoin >> source!3!type = interpreter >> >> The wiki is installed under /wiki in the virtual host root, so I have >> defined the following regex for the handler: >> >> ^/wiki(.*) >> >> I don't know if anyone has set up MoinMoin on Cherokee before and can give >> me some light on this... :) >> >> Thanks in advance, >> -- >> Marcos >> http://tenak.net/ >> >> _______________________________________________ >> Cherokee mailing list >> [email protected] >> http://lists.octality.com/listinfo/cherokee >> > _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
