On http://code.google.com/p/modwsgi/ one can read this statement
Daemon mode of mod_wsgi will however only be available on Apache 2.0 or 2.2 running on UNIX, and only when the Apache runtime library underlying Apache has been compiled with support for threading.
What's the reason there's no support for daemon mode under Windows?
I found the above after getting
Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by a module not included in the server configuration
error from Apache. It's not a problem with module's inclusion as WSGIScriptAlias
directive works ok. I guess the error I get is due the limitation described on the mod_wsgi's wiki.