Apache

How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How To Install Linux, Apache, MariaDB, PHP (LAMP) stack on Debian 9

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 stack typically consists of the Linux operating system, the Apache web server, a MariaDB database, and PHP, a dynamic content processor. This tutorial serves as a guide for installing these components on a Debian 9 server.

Read more
Linux、Apache、MySQL、PHP(LAMP)スタックをUbuntu 20.04にインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Linux、Apache、MySQL、PHP(LAMP)スタックをUbuntu 20.04にインストールする方法

「LAMP」スタックとは、サーバーが動的ウェブサイトとWebアプリをホストできるようにするために通常一緒にインストールされているオープンソースソフトウェアのグループです。この用語は、実際にはApache Webサーバーが搭載されたLinuxオペレーティングシステムを表す頭字語です。このサイトデータはMySQLデータベースに保存されており、動的コンテンツはPHPが処理を行います。このガイドでは、Ubuntu 20.04サーバーにLAMPスタックをインストールします。

Read more
How To Install the Apache Web Server on Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

How To Install the Apache Web Server on Ubuntu 18.04 [Quickstart]

The Apache HTTP server is the most widely-used web server in the world. It provides many powerful features, including dynamically loadable modules, robust media support, and extensive integration with other popular software. In this guide, we’ll explain how to install an Apache web server on your Ubuntu 18.04 server.

Read more
How To Install Webmin on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Webmin on Ubuntu 20.04

Webmin is a web-based control panel for any Linux machine which lets you manage your server through a modern web-based interface. With Webmin, you can change settings for common packages on the fly, including web servers and databases, as well as…

Read more
How to Scale Django: Beyond the Basics — step-by-step Linux tutorial on Progressive Robot

How to Scale Django: Beyond the Basics

As a web app grows in popularity and number of users, the need to scale performance will continue to be a point of focus for its developer(s). In this tutorial, we will go over a few higher-level strategies for scaling apps built on Django, going beyond the initial scaling tips we’ve already covered.

Read more
CHAT