Apache

How To Install and Configure Varnish with Apache on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Varnish with Apache on Ubuntu 12.04

Varnish is an HTTP accelerator and a useful tool for speeding up a server, especially during a times when there is high traffic to a site. It works by redirecting visitors to static pages whenever possible and only drawing on the virtual private server itself if there is a need for an active process. This tutorial covers setting up Varnish with Apache on Ubuntu 12.04.

Read more
How To Install Apache Kafka on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Apache Kafka on Ubuntu 14.04

Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ. Though it is generally used as a pub/sub messaging system, a lot of organizations also use it for log aggregation because it offers persistent storage for published messages.

Read more
How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 10

A “LAMP” stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MariaDB database, and dynamic content is processed by PHP.

Read more
How To Install the Ampache Music Streaming Server on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Ampache Music Streaming Server on Ubuntu 18.04

Ampache is an open-source music streaming server that allows you to host and manage your digital music collection on your own server. Ampache can stream your music to your computer, smartphone, tablet, or smart TV. In this tutorial, you will install and configure the Apache webserver and PHP that will serve your Ampache instance.

Read more
How To Install the Apache Web Server on Debian 10 — step-by-step Linux tutorial on Progressive Robot

How To Install the Apache Web Server on Debian 10

The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, we’ll explain how to install an Apache web server on your Debian 10 server.

Read more
Como Instalar o Servidor Web Apache no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Servidor Web Apache no Ubuntu 20.04

O servidor HTTP Apache é o servidor Web mais amplamente usado no mundo. Ele fornece muitas características poderosas, incluindo módulos carregáveis dinamicamente, suporte robusto de mídia e uma integração extensa com outros softwares populares. Neste guia, vamos explicar como…

Read more
CHAT