public marks

PUBLIC MARKS from falko with tags wheezy & fpm

November 2013

Running ownCloud 5.0 On Nginx (LEMP) On Debian Wheezy | HowtoForge - Linux Howtos and Tutorials

(via)
This tutorial shows how you can install and run ownCloud 5.0 on a Debian Wheezy system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

August 2013

Running ProcessWire On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04 | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how you can install and run ProcessWire on a Debian Wheezy or Ubuntu 13.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

Running CS-Cart On Nginx (LEMP) On Debian Wheezy/Ubuntu 13.04 | HowtoForge - Linux Howtos and Tutorials

This tutorial shows how you can install and run CS-Cart on a Debian Wheezy or Ubuntu 13.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.

July 2013

Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Debian Wheezy | HowtoForge - Linux Howtos and Tutorials

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Wheezy server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi.