Linux Tutorials on the topic “web server”
-
How to install PHP 7 as PHP-FPM & FastCGI for ISPConfig 3 on Debian 8 (Jessie)
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, linux, nginx, php, web server • Comments: 86
This tutorial shows how to build PHP 7 as a PHP-FPM and a FastCGI version on Debian 8 (Jessie). PHP 7 is up to 2 times faster than PHP 5.6 and 14 times faster than PHP 5.0 according to the release notes.
-
How to Install Nginx, PHP and MySQL (LEMP Stack) on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, nginx, opensuse, server, suse, web server • Comments: 2
LEMP or Linux, Engine-x, MySQL, and PHP is a collection of software installed on the Linux operating system to get your PHP based web applications up and running on the fast Nginx web server. In this tutorial, I will show you how to install Nginx, MariaDB, and PHP-FPM on openSUSE leap 42.1. Then I will configure the OpenSUSE firewall with SuSEfirewall2 to allow access to the Nginx web server and show you how you can add a new virtual host configuration on the Nginx web server.
-
How to Install a LAMP Stack on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: linux, opensuse, server, web server • Comments: 5
The LAMP Stack is a collection of open source software installed together on the Linux operating system to get your website and web application running on it. In this tutorial, I will guide you trough the steps to install the LAMP Stack with OpenSUSE Leap 42.1 as the Linux operating system.
-
-
Installing a Web, Email & MySQL Database Cluster on Debian 8.4 Jessie with ISPConfig 3.1
Author: Florian Schaal • Tags: control panels, debian, email, ispconfig, mysql, web server • Comments: 56
This tutorial describes the installation of a clustered web, email, database and DNS server to be used for redundancy, high availability and load balancing on Debian 8 with the ISPConfig 3 control panel. MySQL Master/Master replication will be used to replicate the MySQL client databases between the servers, Unison will be used to Sync the /var/www (websites) and the Mails will be synced with Dovecot.
-
How to Install and Configure OpenLiteSpeed with PHP 7 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 4
OpenLiteSpeed is a high performance and lightweight HTTP server which comes with a Web Gui administration interface. In this tutorial, I will guide you trough the installation and configuration of openLiteSpeed and PHP 7 on CentOS 7.
-
How to install Lighttpd with PHP-FPM and MariaDB on CentOS 7
Author: Till Brehm • Tags: centos, lighttpd, linux, web server • Comments: 0
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 7 server with PHP 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.
-
Run your own cloud: Installing OwnCloud 9 on Debian 8
Author: Neil Golden • Tags: debian, linux, server, storage, web server • Comments: 20
OwnCloud offers you the ability to run a cloud storage service that you administer and control yourself. The latest version, ownCloud 9.0, was released on March 8. Let's look at the process of installing ownCloud 9.0 on a system running Debian Jessie.
-
Speed up Apache with mod_pagespeed and Memcached on Debian 8
Author: Till Brehm • Tags: apache, debian, linux, server, web server • Comments: 2
The page load time gets more and more important for websites to provide a better user experience and it is important for the search engine ranking as well. Google has developed the apache module "mod_pagespeed" to optimize and streamline the content delivery of the apache web server which reduces the load times of pages, especially when they use many assets like CSS files, javascript includes and images.
-
How to install TYPO3 7 with Nginx and MariaDB on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, nginx, php, server, web server • Comments: 2
This tutorial shows how to install and configure a TYPO3 (version 7) web site on a Debian 8 (Jessie) server that has Nginx installed as web server and MariaDB as the database server. Typo3 is an enterprise class CMS system written in PHP which has a large user and developer community.
-
Installing Nginx with PHP (as PHP-FPM) and MariaDB (LEMP) on Debian 8
Author: Till Brehm • Tags: debian, nginx, web server • Comments: 6
This tutorial will show you the installation of the Nginx web server on Debian 8. 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. The setup includes PHP and MariaDB and is ready to use its as hosting system for CMS systems like Wordpress, Joomla, Drupal etc.