A simple Debian based dev environment
This is just a quick walkthrough describing how to setup a decent development environment allowing the easy setup of multiple sites. It already assumes you have a working Debian or Ubuntu OS installed...
View ArticleHow To Harden PHP5 With Suhosin (Debian Etch/Ubuntu)
This tutorial shows how to harden PHP5 with Suhosin on Debian Etch and Ubuntu servers. From the Suhosin project page: “Suhosin is an advanced protection system for PHP installations that was designed...
View ArticleIntegrating XCache Into PHP5 (Debian Etch & lighttpd)
This guide explains how to integrate XCache into PHP5 on a Debian Etch system (with lighttpd). From the XCache project page: “XCache is a fast, stable PHP opcode cacher that has been tested and is now...
View ArticleInstalling Lighttpd With PHP5 And MySQL Support On Debian Squeeze
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 Squeeze server with PHP5 support...
View ArticleInstalling Nginx With PHP5 And MySQL Support On Debian Squeeze
Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial...
View ArticleHOWTO install php5-fpm on Debian Squeeze
Once PHP hit version 5.3, it started shipping with PHP-FPM, which is the new way to handle PHP requests when serving web content. Read more here
View ArticlePHP 5.4 @ Debian
PHP 5.4.0 is around the corner, with RC6 released this weekend. With the courtesy of Ondřej Surý it’s already available in experimental. Read more here
View ArticleHow To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Squeeze. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the...
View ArticleBuilding PHP 5.4 From Source On Debian Squeeze
This tutorial describes how you can build PHP 5.4 from source on Debian Squeeze. Later on, we will install more modules through PECL and add it as an additional PHP version to ISPConfig’s dropdown. At...
View ArticleInstalling Apache2 With PHP5 And MySQL Support On Debian Wheezy
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Wheezy server with PHP5 support (mod_php) and MySQL support. Read more here
View Article