This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
passenger_wsgi.py | ||
| |
public/ | Wed Jun 11 03:09:00 -0700 2008 |
A really simple example to show how to use Phusion Passenger's to server WSGI Python apps (including Django!) Two branches.. 1. master - a basic WSGI python app, taken largely from Phusion's test suite 2. django - a very (very!) basic django blog app, that runs fine under Phusion Passenger Apache Config ============= Just... <VirtualHost *:80> ServerName wally.local DocumentRoot /Users/kwe/Sites/wally/public </VirtualHost> Looks like Phusion Passenger looks for a script called 'passenger_wsgi.py'. Checkout the django branch for a generic WSGI script to run a Django app. Basic folder layout for app is.. ---------------------- Sites/wally | +-- passenger_wsgi.py | +-- public/ | +-- tmp/ ----------------------












