Skip to main content

Apache

How To Create Temporary and Permanent Redirects with Apache
Tutorials Apache CentOS Debian Ubuntu Ubuntu 16.04
Introduction> Introduction # HTTP redirection is way to point one domain or address to another. There are a few different kinds of redirects, each of which mean something different to the client browser.
How To Set Up Apache Virtual Hosts on Ubuntu 16.04
Tutorials Apache Ubuntu 16.04
Introduction> Introduction # The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible.
How To Install and Secure phpMyAdmin on Ubuntu 20.04
Tutorials Apache Applications PHP Ubuntu Ubuntu 20.04
An earlier version of this tutorial was written by Brennan Bearnes. Introduction> Introduction # While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt.
How To Secure Apache with Let’s Encrypt on Debian 8
Tutorials Apache Debian LAMP Stack Let's Encrypt Security
Introduction> Introduction # This tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on a Debian 8 server running Apache as a web server. We will also cover how to automate the certificate renewal process using a cron job.
How To Optimize Apache Web Server Performance
Tutorials Apache Conceptual Server Optimization Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Set Up mod_rewrite for Apache on CentOS 7
Tutorials Apache CentOS
Introduction> Introduction # Apache is a modular web server that allows you to customize its capabilities by enabling and disabling modules. This provides administrators the ability to tailor the functionality of Apache to meet the needs of their web application.
How To Install and Configure pgAdmin 4 in Server Mode on Ubuntu 18.04
Tutorials Apache Databases PostgreSQL Python Ubuntu Ubuntu 18.04
Introduction> Introduction # pgAdmin is an open-source administration and development platform for PostgreSQL and its related database management systems. Written in Python and jQuery, it supports all the features found in PostgreSQL.
How To Configure Apache Using Ansible on Ubuntu 14.04
Tutorials Ansible Apache Configuration Management Ubuntu
Introduction> Introduction # Apache is one of the most popular web servers currently used on the Internet. It is easy to set up and configure on Linux distributions like Ubuntu and Debian, as it comes in the package repositories and includes a default configuration that works out of the box.
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 14.04
Tutorials Apache Getting Started LAMP Stack MySQL PHP Ubuntu
Introduction> Introduction # 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 system, with the Apache web server.
How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS
Tutorials Apache Ubuntu
Introduction> Introduction # The Apache web server is the most popular way of serving web content on the internet. It accounts for more than half of all active websites on the internet and is extremely powerful and flexible.
How To Deploy a Flask Application on an Ubuntu VPS
Tutorials Apache Applications Python Python Frameworks Ubuntu
What the Highlighting Means> What the Highlighting Means # The lines that the user needs to enter or customize will be highlighed in this tutorial! The rest should mostly be copy-and-pastable.
How To Install and Use Graphite on an Ubuntu 14.04 Server
Tutorials Apache Django Monitoring System Tools Ubuntu
Introduction> Introduction # Gathering information about your systems and applications can give you the information you need to make informed decisions about your infrastructure, servers, and software. There are many different ways to acquire this kind of information, and display it in a way that allows for easy comprehension.
How To Install an Apache, MySQL, and PHP (FAMP) Stack on FreeBSD 10.1
Tutorials Apache FreeBSD LAMP Stack MySQL PHP
Introduction> Introduction # A FAMP stack, which is similar to a LAMP stack on Linux, is a group of open source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web apps.
How To Troubleshoot Common Site Issues on a Linux Server
Tutorials Apache Linux Basics Nginx
Introduction> Introduction # Everyone has problems with their web server or site at one time or another. Learning where to look when you come across a problem and which components are the likely culprits will help you fix these problems as quickly and robustly as possible.
How To Upgrade to PHP 7 on CentOS 7
Tutorials Apache CentOS LAMP Stack LEMP Nginx PHP
Introduction> Introduction # PHP 7, which was released on December 3, 2015, promises substantial speed improvements over previous versions of the language, along with new features like scalar type hinting. This guide explains how to quickly upgrade an Apache or Nginx web server running PHP 5.
How To Install Virtualmin with Webmin, LAMP, BIND, and PostFix on Ubuntu 16.04
Tutorials Apache Control Panels Databases DNS Email LAMP Stack MySQL Ubuntu 16.04
Introduction> Introduction # Webmin is a web front-end that allows you to manage your server remotely through a browser. Virtualmin is a plugin for Webmin that simplifies the management of multiple virtual hosts through a single interface, similar to cPanel or Plesk.
How To Set Up Apache Virtual Hosts on Ubuntu 12.04 LTS
Tutorials Apache Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Configure Varnish with Apache on Ubuntu 12.04
Tutorials Apache Caching Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Migrate your Apache Configuration from 2.2 to 2.4 Syntax.
Tutorials Apache
Introduction> Introduction # The Apache web server is currently the most popular web server in the world. It is used to serve web content of all kinds and is a powerful application that is highly customizable.
How To Install the Apache Web Server on Debian 9
Tutorials Apache Debian 9
Introduction> Introduction # 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.