<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=030243619-30122004>Well I sort of solved it. I never did figure out what 
was wrong, but I wrote a setup script to bridge between setup.py and a working 
wiki under Apache.  It configures a CGI, a wrapped mod-python and a 
non-wrapped mod-python.  See <A 
href="http://moinmoin.wikiwikiweb.de/KevinKleinfelter">http://moinmoin.wikiwikiweb.de/KevinKleinfelter</A> if 
you are interested. MoinMoin is still harder to set up than Instiki, but perhaps 
others can use the script to ease initial setup of a MoinMoin 
wiki.</SPAN></FONT></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Kevin Kleinfelter 
[mailto:moin-user@kleinfelter.com] <BR><B>Sent:</B> Wednesday, December 29, 2004 
11:04 PM<BR><B>To:</B> 'moin-user@lists.sourceforge.net'<BR><B>Subject:</B> 
1.3.1 and mod_python<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>I can *almost* get 
1.3.1 to work w/mod_python. CGI works fine.  When I access <A 
href="http://myserver/myinstance">http://myserver/myinstance</A>, it loads 
FrontPage as expected. When I access <A 
href="http://myserver/myinstance/HelpContents">http://myserver/myinstance/HelpContents</A>, 
it loads FrontPage. To really load HelpContents I have to enter <A 
href="http://myserver/myinstance/anything-here/HelpContents">http://myserver/myinstance/anything-here/HelpContents</A>.</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>My 
setup:</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>* Fedora 3, Apache 
2, mod_python new enough to have the bug fixed</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>* httpd.conf 
contains</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2><Directory 
"/usr/local/wikis/myinstance></FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>  Order 
allow,deny</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>  Allow from 
all</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>  AllowOverride 
all</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial 
size=2></Directory></FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2><Location 
/myinstance></FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>  SetHandler 
python-program</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>  PythonPath 
"['/usr/local/wikis/myinstance']+sys.path"</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>  PythonHandler 
MoinMoin.request::RequestModPy.run</FONT></SPAN></DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial 
size=2></Location></FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=707035203-30122004><FONT face=Arial size=2>I'm 
stumped!</FONT></SPAN></DIV>
<DIV align=left><FONT face=Arial size=2><FONT size=2>
<P align=left>Kevin Kleinfelter<BR>Programming Manager, Atlanta  / IT 
Lead, Wells Fargo Projects<BR>Regulus Group, 
LLC<BR>770-806-2476<BR></P></FONT></FONT></DIV>
<DIV> </DIV></BODY></HTML>