2009/12/18 TheDeadOne <[email protected]>: > On 24 ноя, 10:41, Iván <[email protected]> wrote: >> Hi, I can't make WSGi work on daemon mode. It works perfectly well >> with embed mode. I'm getting "Prematureend of script headers: >> test.wsgi" in the error log. > > I have the same problem. Is any solutions?
As there are various causes, we first need to ensure you have eliminated the known causes. 1. What is the Apache configuration you are using for mod_wsgi? 2. What is the URL you are using to make requests against the application? 3. Do you have an existing AddHandler for .py extension denoting it is a cgi-script? 4. Have you disabled use of mod_python in same Apache installation? 5. Have you disable SELinux extensions? 6. Have you tried with a hello world WSGI application rather than some fat Python web application/framework with lots of dependencies? Graham -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
