Apache

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

How To Use Apache as a Reverse Proxy with mod_proxy on Debian 8

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 18.04 — step-by-step Linux tutorial on Progressive Robot

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

Предыдущая версия руководства была написана Бреннаном Бернсом. Стек LAMP – это набор программного обеспечения с открытым исходным кодом, которой обычно устанавливается на сервер для отображения динамических веб-сайтов и…

Read more
What is Apache? — step-by-step Web Servers tutorial on Progressive Robot

What is Apache?

The Apache HTTP Server is an open-source web server popular for its flexibility, power, and widespread support. It can be extended through a dynamically loadable module system, and is able to process a large number of interpreted languages without connecting out to separate software.

Read more
¿Cómo instalar WordPress con LAMP en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar WordPress con LAMP en Ubuntu 16.04?

WordPress es el CMS (Sistema de Gestión de Contenido) más popular en Internet. Te permite configurar sitios y blogs fácilmente sobre MySQL y PHP manejando el backend. Wordpress ha tenido amplia aceptación y es una buena opción para tener un sitio en linea rápidamente. Después…

Read more
How To Create a SSL Certificate on Apache for CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Create a SSL Certificate on Apache for CentOS 6

This tutorial explains how to create a self-signed SSL certificate, how to add it to your server, and how to configure the SSL file to display the certificate to the world. A SSL certificate is a way to encrypt a site’s information and create a more secure connection. Certificate Authorities can issue SSL certificates that verify the server’s details while a self-signed certificate has no 3rd party corroboration. This tutorial is written for Apache on a Centos server.

Read more
How To Deploy Kafka on Docker and Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Deploy Kafka on Docker and Kubernetes

In this tutorial, you’ll learn how to deploy Kafka using Docker Compose and deploy it on Kubernetes using Strimzi which integrates into Kubernetes and allows you to configure and maintain Kafka clusters using regular Kubernetes manifests without manual overhead.

Read more
CHAT