Apache

Ubuntu 20.04でLet’s Encryptを使用してApacheを保護する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04でLet’s Encryptを使用してApacheを保護する方法

Let’s Encryptは、無料のTLS /SSL証明書の取得ならびにインストール、またWebサーバーでのHTTPS暗号化の有効を円滑にする認証局(CA)です。現在、証明書の取得とインストールのプロセス全体は、Apache、NginxともにCertbotで完全に自動化されています。このチュートリアルでは、Certbotを使用して、Ubuntu 20.04にインストールされたApacheに無料のSSL証明書を取得し、証明書が自動更新されるように設定します。

Read more
Настройка виртуальных хостов Apache в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка виртуальных хостов Apache в Ubuntu 18.04

Веб-сервер Apache — популярный способ размещения сайтов в Интернете. Согласно оценкам, в 2019 году на базе этого веб-сервера работали 29% всех активных сайтов. Он обеспечивает разработчикам преимущества гибкости и надежности. Используя Apache, администратор может настроить один…

Read more
How To Use Apache as a Reverse Proxy with mod_proxy on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Use Apache as a Reverse Proxy with mod_proxy on CentOS 7

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
Как установить Linux, Apache, MySQL, PHP (LAMP) в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

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

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

Read more
Web Servers Checkpoint — step-by-step Web Servers tutorial on Progressive Robot

Web Servers Checkpoint

This checkpoint is intended to help you assess what you learned from our introductory articles to Web Servers, where we introduced practical implementations and popular options for configuring your web server.

Read more
CHAT