Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Tutorial: PHP5-FPM with Apache2 on OpenSUSE 12.3

Up
vote
Down

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)

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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)

Up
vote
Down

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

Up
vote
Down

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)

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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)

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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

Up
vote
Down

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)

Up
vote
Down

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

Up
vote
Down

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)

Up
vote
Down

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
More articles...
Tallahassee Abstract Art

Selected articles

The Real Microsoft Monopoly

MiniLesson: An introduction to Linux in ten commands

Why Programmers are not Software Engineers

Closed Source Linux Distribution Launched

How to install Ubuntu Linux on the decTOP SFF computer

Hacker Haiku

The life cycle of a programmer

Shadow.sh: A simple directory shadowing script for Linux

Mono-culture and the .NETwork effect

The short life and hard times of a Linux virus

Download: Linux 3D Client for Starship Traders

Beneficial Computer Viruses

Missing the point of the Mac Mini

Space Tyrant: A multiplayer network game for Linux

Space Tyrant: A threaded C game project: First Code

Linux dominates Windows

Space Tyrant: A threaded game server project in C

Scripting: A parallel Linux backup script

Linux vs. Windows: Why Linux will win

Librenix T-Shirts and Coffee Mugs!

No, RMS, Linux is not GNU/Linux

Apple DIY Repair

Space Tyrant: Multithreading lessons learned on SMP hardware

Currency Traders Telnet Game

Why software sucks

VPS: Xen vs. OpenVZ

The Network Computer: An opportunity for Linux

The Supreme Court is wrong on Copyright Case

Graffiti Server Download Page

Microsoft to push unlicensed users to Linux

Apple to Intel move no threat to Linux

Tutorial: Introduction to Linux files

Programming Language Tradeoffs: 3GL vs 4GL

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin