Linux Tutorials on the topic “web server”
-
How to Install Adminer Database Administration Tool on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, mysql, server, ubuntu, web server • Comments: 2Adminer (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: 0Joomla 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: 5Rate 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: 1For 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
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: 0Joomla 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: 0Standard 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: 0Flask 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.
-
How to integrate ONLYOFFICE Docs with WordPress
Author: Daria • Tags: cms, linux, web server • Comments: 0ONLYOFFICE Docs is an open-source office suite which comprises collaborative editors for text documents, spreadsheets, presentations, and forms along with PDF viewer. In this tutorial, we’ll learn how to connect the ONLYOFFICE Docs and WordPress instances using an integration plugin (connector).
-
How to Install Laravel PHP Framework with Apache 2 on Ubuntu 22.04
Author: Arvid L • Tags: linux, php, ubuntu, web server • Comments: 3Laravel is a web application framework based on PHP for building enterprise web applications. In this tutorial, you will learn how to install the Laravel on the latest Ubuntu 22.04 LTS. This will also include how to set up the LAMP Stack for the Laravel development.