Linux Tutorials on the topic “web server”
-
Install WildFly Java Application Server with Nginx Reverse Proxy on Rocky Linux 8
Author: Hitesh Jethva • Tags: linux, server, web server • Comments: 0 • Published: Aug 03, 2022WildFly is an open-source and cross-platform application server developed by RedHat. It is written in Java and used for developing Java applications. In this tutorial, we will show you how to install Wildfly with Nginx as a reverse proxy on Rocky Linux 8.
-
How to Add a Website in ISPConfig 3.2
Author: Till Brehm • Tags: control panels, ispconfig, linux, server, web server • Comments: 0 • Updated: Aug 03, 2022ISPConfig is a hosting control panel for Linux servers that provides functions for managing websites, databases, FTP and shell users, email accounts, and DNS. In this guide, we will show you step by step how to add a website, MySQL/MariaDB database, FTP-user, and SSH-user in ISPConfig.
-
How to Install Adminer Database Administration Tool on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, mysql, server, ubuntu, web server • Comments: 2 • Published: Aug 02, 2022Adminer (formerly phpMinAdmin) is a fully-featured database administration tool that supports both RDBMS (Relational Database Management System) such as MySQL/MariaDB, PostgreSQL, SQLite, MS SQL, and Oracle and the NoSQL such as MongoDB and others (via plugin).
-
-
How to Install Joomla with Apache and free Let's Encrypt SSL on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, web server • Comments: 0 • Published: Jul 25, 2022Joomla is a free, open-source, and one of the most popular Content Management systems. In this tutorial, you will learn how to install Joomla CMS with Apache and Let's Encrypt SSL on Alma Linux 8.
-
Rate Limiting with Nginx
Author: Falko Timme • Tags: nginx, web server • Comments: 5 • Updated: Jul 22, 2022Rate Limiting With nginx. This article explains how to use the nginx HttpLimitReqModule to limit the number of requests for a given session. This is useful, for example, if your site is hammered by a bot doing multiple requests per second and thus increasing your server load. With the HttpLimitReqModule you can define a rate limit, and if a visitor exceeds this rate, he will get a 503 error.
-
How to configure Apache virtual hosts on Ubuntu using Terraform
Author: Ali Imran Nagori • Tags: linux, ubuntu, web server • Comments: 1 • Published: Jul 21, 2022For hosting multiple websites, administrators commonly rely on ‘Virtual Hosting’ technique. In this tutorial, we will see how we can host two virtual hosts on an Ubuntu 22.04 system using Terraform. We will use the Apache web server to perform this lab.
-
How to Install Elgg Social Network on Ubuntu 22.04
Author: Hitesh Jethva • Tags: cms, linux, ubuntu, web server • Comments: 0 • Published: Jul 18, 2022
Elgg is a free, open-source, highly customizable web framework and CMS for building an online social environment. It is written in PHP and uses MySQL as a database backend.
-
How to Install Joomla with Apache and Let's Encrypt SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: Jul 18, 2022Joomla is a free, open-source, and award-winning content management system that allows you to build websites and online web applications. It is written in PHP and uses MySQL as a database backend. In this post, we will show you how to install Joomla CMS with Apache and Let's Encrypt SSL on Ubuntu 22.04.
-
How to Install Standard Notes Server on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, server, ubuntu, web server • Comments: 0 • Published: Jul 15, 2022Standard Notes is an open-source encrypted notes app. In this tutorial, you will learn how to self-host your standard notes server on a Ubuntu 22.04 machine.
-
How to Install Flask with Nginx and Gunicorn on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, ubuntu, web server • Comments: 0 • Published: Jul 08, 2022Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this post, we will show you how to install and configure the Python Flask Web Framework with Gunicorn and Nginx on the Ubuntu 22.04 system.