User Tools

Site Tools


nginx:uswgi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
nginx:uswgi [2015-11-23 17:48] – created gabrielnginx:uswgi [2019-08-10 18:40] (current) – title, out-of-date, code formatting gabriel
Line 1: Line 1:
 +====== uWSGI with nginx on Raspian ======
 +
 +//**Note:** These instructions are out-of-date and may no longer be applicable.//
 +
 This is a quick tutorial describing how to use uWSGI with nginx on Raspian. This is a quick tutorial describing how to use uWSGI with nginx on Raspian.
  
-apt-get install build-essential python +<code> 
-apt-get install python-dev +apt-get install build-essential python python-dev uwsgi-plugin-ping uwsgi-plugin-rrdtool uwsgi-plugin-psgi \ 
-pip install http://projects.unbit.it/downloads/uwsgi-lts.tar.gz+  uwsgi-plugin-admin uwsgi-plugin-cache uwsgi-plugin-http 
 +</code>
  
 +===== SmokePing fcgi config =====
  
 +<code>
 +$ pwd
 +/usr/share/nginx/www
 +$ cat smokeping.fcgi
 +#!/bin/sh
 +/usr/lib/cgi-bin/smokeping.cgi /etc/smokeping/config
 +</code>
nginx/uswgi.txt · Last modified: 2019-08-10 18:40 by gabriel