Apache

How To Create a SSL Certificate on Apache for Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a SSL Certificate on Apache for Ubuntu 14.04

The Apache web server is the most popular way to serve content on the web. If you need to communicate with your site visitors over a secured connection, setting up a TLS or SSL certificate will enable you to encrypt traffic. In this guide, we’ll discuss how to create a self-signed SSL certificate on Ubuntu 14.04 and use it with Apache to encrypt traffic.

Read more
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
CHAT