Sorry, FOSSCasts is no more. Read.

2 Screencasts tagged with Nginx

#6 System Monitoring With Monit

Monit is a great open source tool for keeping track of your server or system. Monit can make sure daemons are running, permissions are correct, remote servers are responding, and much more.

In this episode we'll show you how to configure Monit to monitor our webserver, Apache HTTPD, starting it back up after a crash, and emailing us an alert.

If you'd like to try other monitoring utilities check out God, which uses Ruby for configuration, and Reconnoiter, which has some very robust features.

Uploaded on Oct 10, 2009 | 10:52 | Tags: Apache Monit Nginx

#1 Easy Nginx with PHP

Nginx is a great alternative to other webservers like Apache and Lighttpd. If you're looking for something with a bit less overhead and a bit more speed, give it a try.

We'll get Nginx compiled from source on Ubuntu 9.04 and get PHP playing nice with it.

Uploaded on Sep 23, 2009 | 11:43 | Tags: Nginx PHP