-
Tutorial
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 term is actually an acronym which represents the Linux operating sy...
•
By
Brennen Bearnes
LAMP Stack
PHP
MySQL
Apache
Ubuntu 16.04
-
Tutorial
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 ...
•
By
Mark Drake
LAMP Stack
Databases
PHP
MySQL
Apache
Ubuntu 18.04
-
Tutorial
The Apache web server is the most popular way to serve web content on the internet. Apache has the ability to serve multiple domains from a single server by using a mechanism called "virtual hosts". If a virtual hos...
•
By
Justin Ellingwood
Apache
Ubuntu
-
Tutorial
Let's Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. In this tutorial, you will use Certbot to obtai...
•
By
Kathleen Juell, Erika Heidi
Apache
Let's Encrypt
Security
Ubuntu 18.04
-
Tutorial
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 term is actually an acronym which represents the Linux operating sy...
•
By
Erika Heidi
Ubuntu 20.04
LAMP Stack
PHP
Apache
MySQL
Ubuntu
-
Tutorial
phpMyAdmin is an application that allows users to interact with MySQL databases through a web interface. This tutorial covers the process of installing and securing phpMyAdmin on an Ubuntu 18.04 server.
•
By
Mark Drake
Applications
PHP
Apache
Ubuntu 18.04
Ubuntu
-
Tutorial
This tutorial explains how to install Apache, how to install MySQL, how to change the root MySQL password, how to install PHP, and how to see what libraries are available. LAMP stack is a group of open source software...
•
By
Etel Sverdlov
LAMP Stack
Apache
MySQL
PHP
Ubuntu
-
Tutorial
This tutorial will show you how to set up a free TLS/SSL certificate from Let’s Encrypt on a Ubuntu 16.04 server running Apache as web server. TLS certificates are used within web servers to encrypt the traffic betwee...
•
By
Erika Heidi
Security
Apache
Let's Encrypt
LAMP Stack
Ubuntu 16.04
-
Tutorial
One of the most common steps to take when setting up a new server is to install a LAMP stack. LAMP stands for Linux, Apache, MySQL, and PHP. These individual components, when used together, allow us to host dynamic ...
•
By
Justin Ellingwood
LAMP Stack
Getting Started
Apache
MySQL
PHP
Ubuntu
-
Tutorial
The Apache web server is the most popular way to serve web content on the internet. Apache has the ability to serve multiple domains from a single server by using a mechanism called "virtual hosts". If a virtual hos...
•
By
Brennen Bearnes
Apache
Ubuntu 16.04
-
Tutorial
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 so...
•
By
Justin Ellingwood, Kathleen Juell
Apache
Ubuntu 18.04
-
Tutorial
Apache and Nginx are the two most common open source web servers in the world. Together, they are responsible for serving over 50% of traffic on the internet. Both solutions are capable of handling diverse workloads a...
•
By
Justin Ellingwood
Apache
Nginx
Conceptual
-
Tutorial
WordPress is the most popular CMS (content management system) on the internet. It allows you to easily set up flexible blogs and websites on top of a MySQL backend with PHP processing. In this guide, we'll focus on ge...
•
By
Brian Boucheron
WordPress
Apache
LAMP Stack
Ubuntu
Ubuntu 18.04
-
Tutorial
While many users require access to a database management system like MySQL, not all users feel comfortable interacting with the MySQL prompt on a daily basis. In this guide, we'll discuss how to install and secure ph...
•
By
Brennen Bearnes
Applications
MySQL
PHP
Apache
Ubuntu 16.04
-
Tutorial
The Apache web server is the most popular way to serve web content on the internet. The Apache provides a modular and scalable server that can satisfy the needs of large and small sites alike. In this guide, we will...
•
By
Justin Ellingwood
Apache
Ubuntu
Debian
-
Tutorial
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 so...
•
By
Haley Mills
Apache
CentOS
-
Tutorial
Let's Encrypt is a Certificate Authority (CA) that facilitates obtaining and installing free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. Currently, the entire process of obtaining and instal...
•
By
Erika Heidi
Let's Encrypt
Apache
Ubuntu 20.04
-
Tutorial
The Apache HTTP server is the most widely-used web server in the world. It provides with many powerful features including dynamically loadable modules, robust media support, and extensive integration with other popula...
•
By
Justin Ellingwood
Apache
Ubuntu
Ubuntu 16.04
-
Tutorial
TLS, or transport layer security, and its predecessor SSL, which stands for secure sockets layer, are web protocols used to wrap normal traffic in a protected, encrypted wrapper. Using this technology, servers can sen...
•
By
Justin Ellingwood
Apache
Security
Ubuntu
Ubuntu 16.04
-
Tutorial
In this DigitalOcean article, we are going to see set up Apache on Ubuntu 13 and use it as a reverse-proxy to welcome incoming connections and redirect them to application server(s) running on the same network. For th...
•
By
O.S. Tezer
Apache
Ubuntu
Debian