[Moin-user] moin --start on windows? (1.8)

Thomas Waldmann tw-public at gmx.de
Fri Nov 21 05:56:43 EST 2008


>   File "E:\moin\moin-1.8.0\MoinMoin\server\daemon.py", line 188, in
> daemonize
>     if os.fork():   # launch child and...
> AttributeError: 'module' object has no attribute 'fork'

Looks like windows does not support fork().

> Is this a bug?

No, rather a missing feature on windows.

> I wanted to run moin standalone behind apache.

Why don't you simply use mod_wsgi? IIRC it doesn't support daemon mode
on windows, but embedded mode should work.






More information about the Moin-user mailing list