> On 16 Jan 2016, at 9:29 AM, Ashish Gupta <[email protected]> wrote:
> 
> Hi, I have deployed Django Project on Apache using mod_wsgi. In django we 
> have wsgi.py file for wsgi script. How to write a wsgi script to run a python 
> script ?
> 
> I have asked my question here on Stack Overflow 
> <http://stackoverflow.com/q/33314787/2350219>. 
> Can anyone please share the examples or sample wsgi file.

On the presumption that swampdragon is written to be dependent on ASYNC 
features of the TornadoWeb framework, you wouldn’t be able to have mod_wsgi run 
it as a WSGI application. They are entirely different things and you need to 
run the TornadoWeb ASYNC web server to host it.

Graham

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to