User Tools

Site Tools


nginx:uswgi

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
nginx:uswgi [2015-11-23 19:08] 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 
- sudo apt-get install uwsgi-plugin-ping uwsgi-plugin-rrdtool uwsgi-plugin-psgi uwsgi-plugin-admin uwsgi-plugin-cache uwsgi-plugin-http+  uwsgi-plugin-admin uwsgi-plugin-cache uwsgi-plugin-http 
 +</code>
  
-gabriel@neptune /usr/share/nginx/www $ pwd+===== SmokePing fcgi config ===== 
 + 
 +<code> 
 +$ pwd
 /usr/share/nginx/www /usr/share/nginx/www
-gabriel@neptune /usr/share/nginx/www $ cat smokeping.fcgi+$ cat smokeping.fcgi
 #!/bin/sh #!/bin/sh
 /usr/lib/cgi-bin/smokeping.cgi /etc/smokeping/config /usr/lib/cgi-bin/smokeping.cgi /etc/smokeping/config
- +</code>
nginx/uswgi.txt · Last modified: 2019-08-10 18:40 by gabriel