Buildout recipe to create paste.deploy entry points for mod_wsgi
Project description
tranchitella.recipe.wsgi
This recipe creates a paste.deploy entry point for mod_wsgi.
Usage
This is a minimal ‘’buildout.cfg’’ file which creates a WSGI script mod_wsgi can use:
[buildout] parts = wsgi [wsgi] recipe = tranchitella.recipe.wsgi eggs = myapplication config-file = ${buildout:directory}/etc/deploy.ini environ = CHAMELEON_CACHE=true CHAMELEON_STRICT=true
This will create a small python script in the bin directory called ‘’wsgi’’ which mod_wsgi can load. You can also use the optional ‘’extra-paths’’ option to specify extra paths that are added to the python system path.
The apache configuration for this buildout looks like this::
WSGIScriptAlias /mysite /path/to/buildout/bin/wsgi <Directory /home/me/buildout> Order deny,allow Allow from all </Directory>
This recipe does not fully install packages, which means that console scripts will not be created. If you need console scripts you can add a second buildout part which uses zc.recipe.egg to do a full install.
0.2 (2010-04-06)
Install again on update, otherwise the wsgi script is not updated unless it is explicitly removed.
0.1 (2010-02-17)
First public release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for tranchitella.recipe.wsgi-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05d9643265852746dd6503d6cb9fa572a128b2581cace1c1598845ec42aef49a |
|
MD5 | 12ee46869aa9d71feaa5626d1ca16c8e |
|
BLAKE2b-256 | 9880732cec0e21d5002ebe5033e134098c3ed7793a4d78b36103ac54e78b135d |