byteflow
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| byteflow [2011/06/10 10:05] – suapapa | byteflow [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== mod-wsgi ====== | ||
| + | <code bash> | ||
| + | $ sudo apt-get install libapache2-mod-wsgi | ||
| + | $ sudo a2enmod wsgi | ||
| + | </ | ||
| + | |||
| + | Edit / | ||
| + | < | ||
| + | < | ||
| + | Options Indexes FollowSymLinks MultiViews ExecCGI | ||
| + | |||
| + | AddHandler cgi-script .cgi | ||
| + | AddHandler wsgi-script .wsgi | ||
| + | |||
| + | AllowOverride None | ||
| + | Order allow,deny | ||
| + | allow from all | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ====== installation ====== | ||
| + | *[[http:// | ||
| ====== deploy ====== | ====== deploy ====== | ||
| + | *[[http:// | ||
| *[[https:// | *[[https:// | ||
byteflow.1307700304.txt.gz · Last modified: 2013/08/03 05:04 (external edit)