Linux Tutorials on the topic “web server”
-
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.
-
Why You Should Always Use Nginx With Microcaching
Author: amergrgic • Tags: centos, web server, nginx • Comments: 9
Why You Should Always Use Nginx With Microcaching Everybody knows how hard is to push out as much as possible from your webserver(s). In my daily occupation as a hosting engineer that means I fairly often get the same question, "Wow, cool website, but can it cope with big-time traffic?".
-
The Perfect Server - CentOS 6.3 x86_64 (nginx, Courier, ISPConfig 3)
Author: Falko Timme • Tags: centos, control panels, ispconfig, web server, nginx • Comments: 2
The Perfect Server - CentOS 6.3 x86_64 (nginx, 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: nginx 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 nginx, not Apache.
-
-
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.
-
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.3
Author: Falko Timme • Tags: centos, nginx, web server • Comments: 1
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.3 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.3 server with PHP5 support (through PHP-FPM) and MySQL support.
-
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 Cherokee With PHP5 And MySQL Support On Ubuntu 12.04
Author: Falko Timme • Tags: cherokee, ubuntu, web server • Comments: 2
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 12.04 Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 12.04 server with PHP5 support (through FastCGI) and MySQL support.