Linux Tutorials on the topic “web server”
-
How to Install HAProxy on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 1HAProxy is a free, open-source, and reliable solution for high availability and load balancing. It distributes the load across the multiple application servers and to simplify the request processing tasks.
-
How to Create a Static Website on an AWS S3 Bucket
Author: Rahul Shivalkar • Tags: cloud, linux, web server • Comments: 0S3 Bucket is the Object Storage Service of AWS but an AWS S3 Bucket can also be used to host a static website. This guide will show you step-by-step how to use Amazon Web Services S3 to host static website files.
-
How to Install DokuWiki with Let's Encrypt SSL on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux, web server • Comments: 1DokuWiki is a free, open-source and powerful Wiki software application written in PHP. It uses a file to store its data instead of using a database. In this tutorial, I will show you how to install DokuWiki with Apache and Let's Encrypt SSL on Debian 11.
-
-
How to Install Ruby on Rails on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming, web server • Comments: 0Ruby on Rails is a free, open-source, and one of the most popular application stacks used for creating sites and web apps. It is written in Ruby programming language and follows the MVC concept.
-
Install Sails.js Framework with Nginx on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, web server • Comments: 0Sails.js is a Javascript framework for Node.js. It is used for developing real-time applications very quickly. It allows you to resemble the MVC architecture from frameworks like Ruby on Rails. In this post, we will show you how to install Sails.js with Nginx on CentOS 8
-
How to Install GoAccess Web Log Analyzer on Rocky Linux 8
Author: Navjot Singh • Tags: linux, server, web server • Comments: 0GoAccess is an open-source lightweight log analyzer that can read and analyze log files of multiple formats, including Apache, Nginx, Amazon S3, Elastic Load Balancing, CloudFront, Caddy, etc. In this tutorial, you will learn to install GoAccess Analyzer on a Rocky Linux-based server and configure it to read Nginx logs and serve real-time reports.
-
How to Install Caddy Web Server on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Caddy is a free, open-source, and modern web server written in GO language. It is a lightweight and commercially supported web server that supports HTTP/2 and experimental HTTP/3 protocols.
-
How to Install OpenLiteSpeed on AlmaLinux 8
Author: t.michael • Tags: linux, server, web server • Comments: 0OpenLiteSpeed is a free, open-source web server that you can use for administering and serving websites. This tutorial will show you how to install OpenLiteSpeed web server on Alma Linux 8.
-
How to Install PHP Composer on Debian 11
Author: t.michael • Tags: debian, linux, programming, web server • Comments: 0PHP Composer is a dependency manager for PHP. In this tutorial, we will show you how to install Composer on Debian 11. All the steps should work on other Debian-based distributions as well.
-
How to Install AngularJS on AlmaLinux 8
Author: t.michael • Tags: linux, programming, web server • Comments: 1AngularJS is a JavaScript-based open-source front-end web application framework primarily maintained by Google that assists with running single-page applications. It allows developers to use HTML as their template language and lets them create robust, interactive websites without having to reload the browser for every new page view.