Apache

How To Secure Apache with Let's Encrypt on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Apache with Let’s Encrypt on Ubuntu 14.04

This tutorial will show you how to set up a free TLS/SSL certificate from Let’s Encrypt on a Ubuntu 14.04 server running Apache as web server. SSL certificates are used within web servers to encrypt the traffic between server and client, providing extra security for users accessing your application.

Read more
How To Set Up Mod_Rewrite (page 2) — step-by-step Web Servers tutorial on Progressive Robot

How To Set Up Mod_Rewrite (page 2)

This tutorial goes over Mod_Rewrite, an apache module that allows you to manipulate URLS to provide shorter or more relevant ones. This tutorial will go over Activating Mod_Rewrite, Creating and Using the required .htaccess page, and setting up the URL rewrites. This is the second section of the tutorial that started here: https://www.progressiverobot.com/how-to-set-up-mod-rewrite/

Read more
Настройка аутентификации по паролю для Apache в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка аутентификации по паролю для Apache в Ubuntu 18.04

Вам как веб-администратору может быть полезна возможность ограничения доступа посетителей к отдельным частям веб-сайта, как временного, так и постоянного. Хотя веб-приложения могут иметь собственные методы аутентификации и авторизации, вы можете использовать непосредственно сам…

Read more
CHAT