php

How To Migrate a WordPress Installation from Apache to Nginx on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Migrate a WordPress Installation from Apache to Nginx on an Ubuntu VPS

Many users initially set up WordPress installations using the Apache web server. While Apache does an excellent job serving content in most instances, Nginx, an alternative web server, can often do the same using fewer resources. The implication of this is that your WordPress site can handle more users if it is being served by Nginx. In this guide, we will discuss how to migrate your WordPress installation from Apache to Nginx.

Read more
How To Upgrade to PHP 7 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Upgrade to PHP 7 on Ubuntu 14.04

PHP 7.0 was released on December 3, 2015. It promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade a PHP 5.x installation on an Ubuntu 14.04 system with Apache or Nginx, using community-provided packages.

Read more
Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04

Стек LEMP представляет собой набор программного обеспечения, который используется для отображения динамических веб-страниц и веб-приложений. Этот акроним обозначает операционную систему Linux и веб-сервер Nginx. Данные при этом хранятся в базе данных MySQL, а динамическое…

Read more
CHAT