Linux Tutorials on the topic “web server”
-
Installing Laravel on Ubuntu for Nginx
Author: Navjot Singh • Tags: linux, nginx, ubuntu, web server • Comments: 4
Laravel 5 is an elegant and complete web programming framework for PHP. This tutorial will show you how to install the Laravel PHP framework on a Nginx server installation.
-
Installing Ruby on Rails on Ubuntu 14.04 - 15.10
Author: Antonio Valencia • Tags: linux, programming, server, ubuntu, web server • Comments: 8
Ruby on Rails, popularly called ROR, is a Ruby framework for web programming. Ruby is a general purpose language like C, Java. Ruby has been invented by Yukihiro “Matz” Matsumoto about a decade ago and has gained recognition with its Rails software library framework which provides a web development framework for the Ruby programming language. Listed below are easy to follow steps to install ROR successfully on the Ubuntu versions 14.04 LTS to 15.10 using Ruby Version Manager (RVM). RVM offers an easy way to install and manage multiple Ruby versions.
-
How to install LiteSpeed web server on CentOS 7
Author: Antonio Valencia • Tags: centos, linux, server, web server • Comments: 2
LiteSpeed web server is a popular choice for replacing an Apache web server. Its features include an optimization of the web content and content delivery which maximizes the download speed and combines better performance with a smaller memory footprint. Being compatible with Apache features is also an added benefit, which helps to reduce downtime during migration from Apache to LiteSpeed. This tutorial shows the installation on a CentOS 7 server.
-
-
How to Install Drupal 8 with Nginx, PHP-FPM and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, mysql, nginx, php, server, ubuntu, web server • Comments: 3
Drupal is a well-known open source content management system based on PHP. It is available free of charge and released under the GNU General Public License. In this tutorial, we will install Drupal 8 with Nginx web server, MariaDB as the database server and PHP-FPM to handle PHP requests. I will also show you how to install an SSL Certificate to secure the Drupal website.
-
How to Install Django 1.9 on Ubuntu 15.04
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 3
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 1.9 on a Ubuntu 15.04 server. Django can be installed on a server in many ways, in this tutorial, I will show you to install it with pip, virtualenv and directly from the Django GIT sources. Finally, I will show you the first steps to start a new project with the Django web framework.
-
The Perfect Server - Ubuntu 15.10 (nginx, MySQL, PHP, Postfix, BIND, Dovecot, Pure-FTPD and ISPConfig 3)
Author: Till Brehm • Tags: bind, control panels, dns, email, ftp, ispconfig, linux, mysql, nginx, php, postfix, ubuntu, web server • Comments: 16
This tutorial shows the steps to install an Ubuntu 15.10 (Wiley Werewolf) server with Nginx, PHP, MariaDB, Postfix, pure-ftpd, BIND, Dovecot and ISPConfig 3. ISPConfig 3 is a web hosting control panel that allows you to configure the installed services through a web browser. This setup provides a full hosting server with web, email (inc. spam and antivirus filter), Database, FTP and DNS services.
-
How to install Nginx as Reverse Proxy for Apache on Ubuntu 15.10
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 9
Nginx or - engine-x - is a high-performance web server with low memory usage, created by Igor Sysoev in 2002. Nginx is not just a web server, it can be used as a reverse proxy for many protocols like HTTP, HTTPS, POP3, SMTP, and IMAP and as a load balancer and HTTP cache as well. In this tutorial, I will install and configure Nginx as caching reverse proxy for an Apache web server on Ubuntu 15.10.
-
How to install TYPO3 7 on Nginx (LEMP) on Ubuntu 15.10
Author: Till Brehm • Tags: nginx, php, ubuntu, web server • Comments: 0
This tutorial shows how to install and run a TYPO3 (version 7 LTS) web site on a Ubuntu 15.10 system that has a Nginx web server installed instead of Apache. This kind of setup is often called LEMP = Linux + Nginx (pronounced "engine x") + MySQL + PHP). Nginx is a fast and efficient HTTP server that uses less resources than Apache and delivers pages a lot faster, especially static files.
-
Installing Lighttpd with PHP (PHP-FPM mode) and MySQL or MariaDB on Ubuntu 15.10
Author: Till Brehm • Tags: lighttpd, ubuntu, web server • Comments: 3
Lighttpd is a secure, fast and standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 15.10 server with PHP support (through PHP-FPM) and MySQL. 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 Install Ghost Blog Software with Apache and SSL on Ubuntu 15.10
Author: Muhammad Arul • Tags: server, ubuntu, web server • Comments: 5
Ghost is a powerful Open Source publishing and blog platform that is beautifully designed and easy to use. Ghost is written in javascript and uses node.js as runtime environment. This tutorial shows the installation of the Ghost Blog software with Apache and SSL on Ubuntu 15.10.