WFront 0.4
A WSGI front-door dispatcher.
A WSGI front-door dispatcher, virtual host router and environ manipulation swiss-army knife.
WFront is a top-level request dispatcher, directing requests based on the requested "Virtual Host", listening port, URL path, or any combination.
WFront can be used to:
- host multiple WSGI-powered domains in a single process
- emulate a mod_proxy, SCGI/FastCGI/AJP, mod_wsgi, or mod_python WSGI setup under a simple development mode WSGI server,
- simplify development and testing of complex, multi-server cluster environments
- or just perform simple path-based request dispatching
Mapping HTTP/1.0 requests to HTTP/1.1 Host:-style requests is supported and is very flexible. WFront includes an environ manipulation toolkit that allows for additions to and transformations of server-provided environ data to be performed on each request.
The development version of WFront can be installed via easy_install WFront==dev or from the mercurial repository.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| WFront-0.4.zip (md5) | Source | 2008-12-29 | 125KB | 805 | |
- Author: Jason Kirtland
- Home Page: http://discorporate.us/projects/WFront/
- Keywords: wsgi web http vhost virtualhost proxy mod_proxy dispatcher
- License: MIT License
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: MIT License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2.4
- Programming Language :: Python :: 2.5
- Programming Language :: Python :: 2.6
- Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
- Topic :: Software Development :: Libraries
- Package Index Owner: jek
- DOAP record: WFront-0.4.xml
