Apache

Установка веб-сервера Apache в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка веб-сервера Apache в Ubuntu 20.04

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

Read more
Como instalar o Webmin no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Webmin no Ubuntu 20.04

O Webmin é um painel de controle Web moderno que permite que você execute seu servidor Linux através de uma interface baseada no navegador. Com o Webmin, você pode gerenciar as contas de usuários, definir as configurações de DNS e alterar configurações…

Read more
How To Move an Apache Web Root to a New Location on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Move an Apache Web Root to a New Location on Debian 8

On Debian 8, the Apache2 web server stores its documents in /var/www/html by default. This directory is located on the root filesystem with the rest of the operating system. You may want to move the document root to another location, such as a separate mounted filesystem. In this guide, you’ll move the Apache document root to a new location by moving the files and changing Apache’s configuration files.

Read more
How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How to Rewrite URLs with mod_rewrite for Apache on Ubuntu 20.04

Apache’s mod_rewrite module lets you redirect URLs based on additional conditions, or rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query string. In this tutorial, you’ll enable `mod_rewrite` and use `.htaccess` files to create a basic URL redirection, and then explore a couple of advanced use cases.

Read more
CHAT