[Moin-user] 1.3.1 and mod_python
Kevin Kleinfelter
moin-user at kleinfelter.com
Wed Dec 29 20:04:06 EST 2004
I can *almost* get 1.3.1 to work w/mod_python. CGI works fine. When I access http://myserver/myinstance, it loads FrontPage as
expected. When I access http://myserver/myinstance/HelpContents, it loads FrontPage. To really load HelpContents I have to enter
http://myserver/myinstance/anything-here/HelpContents.
My setup:
* Fedora 3, Apache 2, mod_python new enough to have the bug fixed
* httpd.conf contains
<Directory "/usr/local/wikis/myinstance>
Order allow,deny
Allow from all
AllowOverride all
</Directory>
<Location /myinstance>
SetHandler python-program
PythonPath "['/usr/local/wikis/myinstance']+sys.path"
PythonHandler MoinMoin.request::RequestModPy.run
</Location>
I'm stumped!
Kevin Kleinfelter
Programming Manager, Atlanta / IT Lead, Wells Fargo Projects
Regulus Group, LLC
770-806-2476
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20041229/b51513b3/attachment.html>
More information about the Moin-user
mailing list