Questions tagged [isapi-wsgi]

WSGI adapter for IIS

9 questions
35
votes
3 answers

How do I deploy a Flask application in IIS?

Can anyone help me get a Flask application running on IIS 6? I have tried to use isapi-wsgi, but when I visit the Virtual Directory address I get a page that says "The specified module could not be found." Are there other options for this? Below…
James
  • 522
  • 1
  • 6
  • 7
7
votes
3 answers

How do you deploy django applications for windows?

I'm working on a web application using isapi_wsgi and django-pyodbc. I'd like to have a way to install all dependencies and push the files out to the webserver. Unfortunately, some of these are easier said than done. In particular, handling…
Jason Baker
  • 192,085
  • 135
  • 376
  • 510
5
votes
2 answers

How to properly install isapi_wsgi on IIS for Python2.7?

I've worked through installing Python as a CGI application on IIS on Windows 7. This is pretty straightforward, but I'd like to use the WSGI stuff, for better flexibility. I downloaded the archive for isapi_wsgi, unzipped it, and then ran the…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
4
votes
2 answers

CherryPy3 and IIS 6.0

I have a small Python web application using the Cherrypy framework. I am by no means an expert in web servers. I got Cherrypy working with Apache using mod_python on our Ubuntu server. This time, however, I have to use Windows 2003 and IIS 6.0 to…
hsimah
  • 1,265
  • 2
  • 20
  • 37
2
votes
1 answer

IIS and ISAPI-WSGI = very slow

I have loaded 2 Django apps on IIS using isapi-wsgi. These are both server setups: Windows Server 2003, IIS6 and SQL Server 2005 Windows Server 2008 R2, IIS7.5 and SQL Server 2008 The Django apps are completely different from each other. They…
RadiantHex
  • 24,907
  • 47
  • 148
  • 244
2
votes
1 answer

assigning python isapi-wsgi module to iis 7.5 web sub-application

I've got a IIS 7.5 web server runnig a python website using the isapi-wsgi module. As the website is bound to port 80 I would rather like the python website to be running under an added application to this website. The code generating the…
hne
  • 31
  • 4
1
vote
1 answer

serving TRAC on windows IIS using isapi_wsgi

any way to serve TRAC on windows IIS using isapi_wsgi ? The isapi_wsgi adapter is considered stable. It has been used to deploy many wsgi compliant Python web applications and frameworks including Django, TurboGears, Mercurial and…
ruby
  • 671
  • 5
  • 7
1
vote
0 answers

Cartopy in IIS isapi-wsgi application fails to import geos_c.dll

I'm trying to use cartopy in a isapi-wsgi application under IIS 7. I have many applications working with isapi-wsgi, so I'm 100% sure the way I set up my isapi-wsgi is correct. I also have cartopy working correctly in a normal Python-console, so…
Thorsten Kranz
  • 12,492
  • 2
  • 39
  • 56
0
votes
2 answers

Recycling an Application Pool as an Application Pool Identity

I'm creating a setup where a push to my central git repo, located on my server, automatically pushes the changes to my site folder, which is running through IIS 8 on Windows Server 2012. This is easy enough. The following is working: I have Bonobo…
Owen
  • 33
  • 6