|
Tutorial: PHP5-FPM with Apache2 on OpenSUSE 12.3 |
 vote
 |
|
| This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 (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. read more... |
|
| | permapage | score:9856 | -falko, April 28, 2013 |
|
Using Multiple PHP Versions (PHP-FPM FastCGI) With ISPConfig 3 (Ubuntu 12.04) |
 vote
 |
|
| Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 12.04 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig. read more... |
|
| | permapage | score:9821 | -falko, March 30, 2013 |
|
Tutorial: Install Nginx, PHP5, PHP-FPM, and MySQL on CentOS 6.4 |
 vote
 |
|
| 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 shows how you can install Nginx on a CentOS 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. read more... |
|
| | permapage | score:9820 | -falko, April 1, 2013 |
|
Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.4 |
 vote
 |
|
| Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.4 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. read more... |
|
| | permapage | score:9737 | -falko, April 17, 2013 |
|
Tutorial: Multiple PHP Versions (Ubuntu 12.10) |
 vote
 |
|
| Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 12.10 server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig. read more... |
|
| | permapage | score:9730 | -falko, April 2, 2013 |
|
Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.3 |
 vote
 |
|
| LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support. read more... |
|
| | permapage | score:9729 | -falko, April 21, 2013 |
|
Using Multiple PHP Versions (PHP-FPM FastCGI) with ISPConfig 3 (CentOS 6.3) |
 vote
 |
|
| Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on a CentOS 6.3 server. These PHP versions can be used together with the default PHP (installed through yum) in ISPConfig. read more... |
|
| | permapage | score:9660 | -falko, March 27, 2013 |
|
Install Apache2, PHP5, MySQL on CentOS 5.7 |
 vote
 |
|
| LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support. read more... |
|
| | permapage | score:9640 | -falko, December 11, 2011 |
|
Install Lighttpd, PHP5, MySQL on Scientific Linux 6.3 |
 vote
 |
|
| Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Scientific Linux 6.3 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. read more... |
|
| | permapage | score:9609 | -falko, March 28, 2013 |
|
Tutorial: Build PHP 5.4 from Source on Debian 6 |
 vote
 |
|
| 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 the end you will have a fully function PHP 5.4 installation which is selectable within the ISPConfig interface and a .deb package than can be used on other server as well. read more... |
|
| | permapage | score:9604 | -falko, March 25, 2013 |
|
Tutorial: Use multiple PHP versions (Debian 7) |
 vote
 |
|
| Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on a Debian Wheezy server. These PHP versions can be used together with the default PHP (installed through apt) in ISPConfig. read more... |
|
| | permapage | score:9580 | -falko, March 31, 2013 |
|
Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.0 |
 vote
 |
|
| Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a CentOS 6.0 server with PHP5 support (through FastCGI) and MySQL support. read more... |
|
| | permapage | score:9511 | -falko, December 15, 2011 |
|
Tutorial: Install Nginx, PHP5 and MySQL on Fedora 18 |
 vote
 |
|
| 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 shows how you can install Nginx on a Fedora 18 server with PHP5 support (through PHP-FPM) and MySQL support. read more... |
|
| | permapage | score:9483 | -falko, January 25, 2013 |
|
Tutorial: Install Lighttpd, PHP5, MySQL on Fedora 18 |
 vote
 |
|
| Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 18 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. read more... |
|
| | permapage | score:9475 | -falko, February 22, 2013 |
|
Tutorial: Install Apache2, PHP5, MySQL on Ubuntu 12.10 |
 vote
 |
|
| LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 support (mod_php) and MySQL support. read more... |
|
| | permapage | score:9455 | -falko, October 28, 2012 |
|
Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.2 |
 vote
 |
|
| LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.2 server with PHP5 support (mod_php) and MySQL support. read more... |
|
| | permapage | score:9397 | -falko, September 15, 2012 |
|
Using PHP5-FPM with Apache 2.4 on Fedora 18 |
 vote
 |
|
| This tutorial shows how you can install an Apache 2.4 webserver on a Fedora 18 server with PHP5 (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. On Apache 2.4, we need Apache's mod_proxy_fcgi module to make it work. read more... |
|
| | permapage | score:9395 | -falko, January 30, 2013 |
|
Tutorial: Headless VirtualBox with phpvirtualbox (OpenSUSE 12.2) |
 vote
 |
|
| phpvirtualbox is a web-based VirtualBox front-end written in PHP that allows you to access and control remote VirtualBox instances. It tries to resemble the VirtualBox GUI as much as possible to make work with it as easy as possible. It is a nice replacement for the VirtualBox GUI if you run VirtualBox on headless servers. This tutorial explains how to install phpvirtualbox on an OpenSUSE 12.2 server to manage a locally installed, headless VirtualBox. read more... |
|
| | permapage | score:9390 | -falko, October 5, 2012 |
|
Tutorial: Install Nginx, PHP5, MySQL on Scientific Linux 6.3 |
 vote
 |
|
| 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 shows how you can install Nginx on a Scientific Linux 6.3 server with PHP5 support (through PHP-FPM) and MySQL support. read more... |
|
| | permapage | score:9388 | -falko, March 7, 2013 |
|
Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP) |
 vote
 |
|
| LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 18 server with PHP5 support (mod_php) and MySQL support. read more... |
|
| | permapage | score:9384 | -falko, January 28, 2013 |
|
|