utilities to help bootstrap deployment of WSGI applications using isapi-wsgi
Project description
Introduction
ISAPIWSGIHelper is a small command line script and some helper utilities to help bootstrap deployment of WSGI applications using isapi-wsgi with Microsoft IIS.
Prerequisites
The following should be installed:
Python
Python Win32 Extensions
In addition, python’s scripts directory should already be in your path. If commands like easy_install or pip already function, you should be good to go.
You should be familiar with IIS and how to load ISAPI extensions into websites and virtual directories.
Dependencies
argparse
isapi_wsgi
Usage
The “iwhelper” command is installed when installing the ISAPIWSGIHelper package.
A virtualenv is recommended, but not required:
> cd c:\somewhere\myproj-venv
> virtualenv .
> iwhelper
The above will result in a virtualenv with the addition of a isapi-wsgi directory in the root of the venv. Edit isapi-wsgi\\appinit.py according to the comments in that file.
Then, setup your website or a virtualdirectory with a wildcard mapping that uses isapi-wsgi\\__loader.dll.
Questions & Comments
Please visit: http://groups.google.com/group/blazelibs
Current Status
Works for me. :)
The development version is installable with easy_install ISAPIWSGIHelper==dev.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ISAPIWSGIHelper-0.1.0dev.tar.gz
.
File metadata
- Download URL: ISAPIWSGIHelper-0.1.0dev.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdc151b53d216a24b87a7ec363c7ec0150a02b6c44e5dfcacd51d6adf4a854a9 |
|
MD5 | f7b79d67e523d68f3de90ad6ee2aef1e |
|
BLAKE2b-256 | cddf9428bbb3afee9489a481eb5c3cd13e70804303318510b332349d32dfae0c |