You can read this statement at http://code.google.com/p/modwsgi/
The mod_wsgi daemon mode, however, is only available on Apache 2.0 or 2.2, runs on UNIX, and only when the Apache runtime library underlying Apache has been compiled with threading support.
What is the reason for the lack of support for daemon mode in Windows?
I found above, getting
Invalid command 'WSGIDaemonProcess', perhaps misspelled or defined by a module not included in the server configuration
Apache error. This is not a problem with enabling the module, as the WSGIScriptAlias directive works fine. I assume that the error I am getting is related to the restriction described in the mod_wsgi wiki.
source share