Apache

How To Deploy a Rails App with Passenger and Apache on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Rails App with Passenger and Apache on Ubuntu 14.04

In this tutorial, we will demonstrate how to install [Phusion Passenger](https://www.phusionpassenger.com) as your Rails-friendly web server, which is easy to install, configure, and maintain. We will integrate it into Apache on Ubuntu 14.04. By the end of this tutorial, we will have a test Rails application deployed on our Droplet.

Read more
How To Install And Configure mod_deflate On CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install And Configure mod_deflate On CentOS 7

Mod\_deflate is an Apache module which allows output from your web server to be compressed before being sent to the client. Once the size of your site content is compressed, its size is smaller, and clients are able to download it faster. This is valuable not only for clients with lower bandwidth, but it is also taken into consideration by search engines when evaluating your site performance and its page rank.

Read more
How To Install Cassandra and Run a Single-Node Cluster on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Cassandra and Run a Single-Node Cluster on Ubuntu 22.04

Apache Cassandra is an open-source, masterless, and distributed NoSQL database system. Cassandra is considered highly suited for mission-critical applications and multi-node setups because it’s scalable, elastic, and fault-tolerant. In this tutorial, you’ll install and use Cassandra to run a single-node cluster on Ubuntu 22.04.

Read more
CHAT