Hi, I've successfully deployed Django apps using Apache and mod_wsgi several times.
I'm not trying virtualenv for the first time and am having some trouble. I've been able to successfully run the simple 'hello world' wsgi script when not using the WSGIDaemonProcess and WSGIProcessGroup directives; however with those directives, I get the lovely Premature end of script headers error. I've tried a variety of different options for the WSGIDaemonProcess following formats found in several tutorials online. All have produced the same error. But if I just comment out those two lines, I get the hello world message as expected. Does the fact that I only get this error message when using daemons mean anything to you? Any help would be greatly appreciated. -- dave -- 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.
