Using PHP5-FPM With Apache2 On OpenSUSE 12.3
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.
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)
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.
How To Run Your Own Web SMS Portal With PointSMS
This tutorial will show you how you can set up an SMS web site on CentOS using PointSMS.
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.10)
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.
Using mod_spdy With Apache2 On CentOS 6.4
SPDY (pronounced “SPeeDY”) is a new networking protocol whose goal
is to speed up the web. It is Google’s alternative to the HTTP protocol
and a candidate for HTTP/2.0. SPDY augments HTTP with several
speed-related features such as
stream multiplexing and header compression. To use SPDY, you need a web
server and a browser (like Google Chrome and upcoming versions of
Firefox) that both support SPDY. mod_spdy is an open-source Apache
module that adds support for the SPDY protocol to the Apache HTTPD
server. This tutorial explains how to use mod_spdy with Apache2 on
CentOS 6.4.
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.4 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on a
CentOS 6.4 server with PHP5 support (mod_php) and MySQL support.
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Debian Wheezy)
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.
The Perfect Server – CentOS 6.4 x86_64 (Apache2, Dovecot, ISPConfig 3)
This tutorial shows how to prepare a CentOS 6.4 x86_64 server for the
installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3
is a webhosting control panel that allows you to configure the
following services through a web browser: Apache web server, Postfix
mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV,
Mailman, and many more. Since version 3.0.4, ISPConfig comes with full
support for the nginx web server in addition to Apache; this tutorial
covers the setup of a server that uses Apache, not nginx.
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (CentOS 6.3)
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.
Using mod_spdy With Apache2 On CentOS 6.3
SPDY (pronounced “SPeeDY”) is a new networking protocol whose goal
is to speed up the web. It is Google’s alternative to the HTTP protocol
and a candidate for HTTP/2.0. SPDY augments HTTP with several
speed-related features such as
stream multiplexing and header compression. To use SPDY, you need a web
server and a browser (like Google Chrome and upcoming versions of
Firefox) that both support SPDY. mod_spdy is an open-source Apache
module that adds support for the SPDY protocol to the Apache HTTPD
server. This tutorial explains how to use mod_spdy with Apache2 on
CentOS 6.3.
How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (Ubuntu 12.04 LTS)
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.
Using mod_spdy With Apache2 On Scientific Linux 6.3
SPDY (pronounced “SPeeDY”) is a new networking protocol whose goal
is to speed up the web. It is Google’s alternative to the HTTP protocol
and a candidate for HTTP/2.0. SPDY augments HTTP with several
speed-related features such as
stream multiplexing and header compression. To use SPDY, you need a web
server and a browser (like Google Chrome and upcoming versions of
Firefox) that both support SPDY. mod_spdy is an open-source Apache
module that adds support for the SPDY protocol to the Apache HTTPD
server. This tutorial explains how to use mod_spdy with Apache2 on
Scientific Linux 6.3.
Installing Apache2 With PHP5 And MySQL Support On Scientific Linux 6.3 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows how you can install an Apache2 webserver on a
Scientific Linux 6.3 server with PHP5 support (mod_php) and MySQL
support.
How To Build mod_fastcgi For Apache2 On OpenSUSE 12.2
mod_fastcgi is needed for Apache prior to 2.4 to work with PHP-FPM. There is an apache2-mod_fastcgi package for OpenSUSE, but unfortunately it is buggy: it does not allow you to use the FastCgiExternalServer
directive inside a vhost, although the official mod_fastcgi
documentation says that this is allowed. This guide explains how to
build a new mod_fastcgi from the sources for Apache2 on an OpenSUSE 12.2
system to fix this problem.
Using PHP5-FPM With Apache 2.4 (+ mod_proxy_fcgi Module) On Fedora 18
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.
Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)
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.
The Perfect Push Mail Server – Debian Squeeze (Debian 6.0) With ISPConfig 3 & Z-push
This tutorial describes the installation and configuration of Z-push on a Debian Squeeze server with ISPConfig 3.
Z-push is an open-source application to synchronize ActiveSync compatible PDAs and mobile phones.
Z-Push was initially developed by Zarafa Deutschland GmbH (Germany).
At the end of this tutorial, your customers should be able to sync their mobile phones, by using push technology, with their e-mail accounts stored on your server.
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 12.2
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on OpenSUSE 12.2. mod_fcgid is a compatible alternative to the
older mod_fastcgi.
It lets you execute PHP scripts with the permissions of their owners
instead of the Apache user.
Using mod_spdy With Apache2 On Ubuntu 12.10
SPDY (pronounced “SPeeDY”) is a new networking protocol whose goal
is to speed up the web. It is Google’s alternative to the HTTP protocol
and a candidate for HTTP/2.0. SPDY augments HTTP with several
speed-related features such as
stream multiplexing and header compression. To use SPDY, you need a web
server and a browser (like Google Chrome and upcoming versions of
Firefox) that both support SPDY. mod_spdy is an open-source Apache
module that adds support for the SPDY protocol to the Apache HTTPD
server. This tutorial explains how to use mod_spdy with Apache2 on
Ubuntu 12.10.
This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 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 here