[Moin-user] Problems configuring MoinMoin on Windows

Mike Pritchard mikep at 5circles.com
Thu Jun 7 01:22:11 EDT 2007


Hi.  I hope someone has some suggestions for my problem.  I've gone through
the troubleshooting areas on the MoinMoin Wiki and can see similar issues
but no resolution that seems to apply to my situation.

 

I've installed the latest Apache (2.2), Python (2.5) and MoinMoin (1.5.8)

 

After various edits per the installation instructions and the additional
troubleshooting instructions, I'm stuck at the following :

 

http://127.0.0.1/mywiki?action=test generates an Internal Server Error
message.

 

The Apache server error log has the following 2 error messages:

[Wed Jun 06 21:46:14 2007] [error] [client 127.0.0.1] (OS 5)Access is
denied.  : couldn't create child process: 720005: moin.cgi

[Wed Jun 06 21:46:14 2007] [error] [client 127.0.0.1] (OS 5)Access is
denied.  : couldn't spawn child process: C:/moin/mywiki/moin.cgi

 

I have tried running moin.py (copied from moin.cgi) through the Python Idle
GUI and it generates the following error:

[Wed Jun 06 22:11:11 2007] AttributeError: fileno

 

However, running python from the command line (as suggested in another
instruction) generates what looks like the correct Wiki HTML.  So the
problem looks like it is in the Apache configuration.  But everything that I
added seems to make sense:

 

Alias       /wiki/     "C:/Python25/share/moin/htdocs/"

ScriptAlias /mywiki    "C:/Moin/mywiki/moin.cgi"

 

<Directory  "c:/Moin/myWiki/">

    AllowOverride All

    Allow From All

    Options +ExecCGI

</Directory>

 

<Directory "C:/Python25/share/moin/htdocs/">

  AllowOverride All

  Allow From All

  Options +ExecCGI

</Directory>

 

Any ideas? 

 

Thanks,

Mike

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20070606/35439dee/attachment.html>


More information about the Moin-user mailing list