Apache

How To Use Apache as a Reverse Proxy with mod_proxy on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Apache as a Reverse Proxy with mod_proxy on Ubuntu 16.04

In this tutorial, you will set up Apache as a reverse proxy using the `mod_proxy` extension to redirect incoming connections to underlying application server(s) running on the same network. There are instructions on setting up a simple web app using the Flask framework to show how Apache interacts with the real application hidden behind it, but you can also follow this tutorial using your existing application server, if you have one.

Read more
How To Migrate your Apache Configuration from 2.2 to 2.4 Syntax. — step-by-step Web Servers tutorial on Progressive Robot

How To Migrate your Apache Configuration from 2.2 to 2.4 Syntax.

The Apache web server is used by millions of sites worldwide. While Apache configuration is something that most system administrators and site managers have experience with, configuration and syntax changes can cause issues between versions. In this guide, we’ll discuss some of the major changes that occurred between Apache 2.2, shipped with Ubuntu 12.04, and Apache 2.4, which is used by newer distributions like Ubuntu 13.10.

Read more
Как установить WordPress с использованием LAMP в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить WordPress с использованием LAMP в Ubuntu 16.04

WordPress является самой популярной системой управления контентом (CMS, content management system) в Интернете. WordPress позволяет вам легко создавать гибкие в настройке блоги и веб-сайты на базе MySQL и PHP. WordPress используется повсеместно и является отличным выбором для тех,…

Read more
A Straightforward Guide On Installing Web-Facing Applications on a VPS — step-by-step Linux tutorial on Progressive Robot

A Straightforward Guide On Installing Web-Facing Applications on a VPS

Installing web-facing programs often involves following the same basic set of steps. This involves installing and configuring a web stack (often LAMP), uploading the application’s files to the web root, and configuring the appropriate values. In this guide, we will introduce you to this basic practice by installing a forum software called MyBB.

Read more
Como instalar a pilha Linux, Apache, MySQL, PHP (LAMP) no Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar a pilha Linux, Apache, MySQL, PHP (LAMP) no Ubuntu 14.04

A pilha “LAMP” é um grupo de softwares open source que é tipicamente instalado em conjunto para permitir um servidor hospedar websites dinâmicos e aplicações web. Este termo é atualmente um acrônimo que representa o sistema operacional Linux, com o servidor web Apache. A informação do site é armazenada em uma base de dados MySQL, e o conteúdo dinâmico é processado pelo PHP.

Read more
CHAT