Linux Tutorials on the topic “apache”
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.3 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php, web server • Comments: 10
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.3 server with PHP5 support (mod_php) and MySQL support.
-
The Perfect Server - CentOS 6.3 x86_64 (Apache2, Courier, ISPConfig 3)
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 24
The Perfect Server - CentOS 6.3 x86_64 (Apache2, Courier, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.3 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.
-
The Perfect Server - CentOS 6.3 x86_64 (Apache2, Dovecot, ISPConfig 3)
Author: Falko Timme • Tags: apache, centos, control panels, ispconfig, web server • Comments: 19
The Perfect Server - CentOS 6.3 x86_64 (Apache2, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.3 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.
-
-
Using mod_spdy With Apache2 On Ubuntu 12.04
Author: Falko Timme • Tags: apache, ubuntu, web server • Comments: 1
Using mod_spdy With Apache2 On Ubuntu 12.04 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.04.
-
Using PHP5-FPM With Apache2 On Fedora 17
Author: Falko Timme • Tags: apache, php, fedora, web server • Comments: 0
Using PHP5-FPM With Apache2 On Fedora 17 This tutorial shows how you can install an Apache2 webserver on a Fedora 17 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.
-
Using mod_spdy With Apache2 On Fedora 17
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 1
Using mod_spdy With Apache2 On Fedora 17 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 Fedora 17.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 17 (LAMP)
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 8
Installing Apache2 With PHP5 And MySQL Support On Fedora 17 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 17 server with PHP5 support (mod_php) and MySQL support.
-
Using PHP5-FPM With Apache2 On Ubuntu 12.04 LTS
Author: Falko Timme • Tags: apache, php, ubuntu, web server • Comments: 12
Using PHP5-FPM With Apache2 On Ubuntu 12.04 LTS This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.04 LTS 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.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 6.2
Author: Falko Timme • Tags: apache, php, centos, web server • Comments: 8
How To Set Up Apache2 With mod_fcgid And PHP5 On CentOS 6.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 6.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.
-
How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04
Author: nowen • Tags: apache, debian, security, ubuntu • Comments: 0
How To Configure Apache To Use Radius For Two-Factor Authentication On Ubuntu 12.04 This document describes how to add WiKID two-factor authentication to Apache 2.2.22 using mod_auth_radius on Ubuntu 12.04. It is also recommended that you consider using mutual https authentication for web applications that are worthy of two-factor authentication. Strong mutual authentication means that the targeted website is authenticated to the user in some cryptographically secure manner, thwarting most man-in-the-middle attacks. The use of cryptography is key. While some sites use an image in an attempt to validate a server, it should be noted that any man-in-the-middle could simply replay such an image.