FastCGI

Config FastCGI for nginx on Ubuntu

0
For Ubuntu and nginx are so popular, users can get FastCGI configured and installed very easy. First let’s install nginx: $ sudo apt-get update $ sudo apt-get...
FastCGI

Query environment variables on FastCGI using C

0
Usually, web servers provide some useful information via hidden environment variables. For example, some variables might sound familiar to you, SERVER_ADDR, REMOTE_ADDR, HTTP_USER_AGENT, HTTP_HOST,...
FastCGI

Develop FastCGI application with C

0
To get started with developing web application with FastCGI, you need to build the development kit first. After building the kit, you will see cgi-fcgi/cgi-fcgi...
FastCGI

Build FastCGI development kit

0
FastCGI so far is a very popular module that improves web server power and add more functionalities. To develop a FastCGI module, you will...
Raspberry Pi & Camera

Capture images in different formats with Raspberry Pi camera module

0
In previous article, I’ve shown you how to capture Pi camera images, and let’s try to capture in different formats. The camera.capture() method is used...