Skip to main content

Apache

How To Install and Secure phpMyAdmin on Ubuntu 14.04
Tutorials Apache MySQL Security Ubuntu
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 Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04
Tutorials Apache LAMP Stack MySQL PHP Ubuntu 16.04
Introduction> Introduction # The LAMP stack is a set of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is an acronym which represents the Linux operating system, with the Apache web server.
How To Use Apache HTTP Server As Reverse-Proxy Using mod_proxy Extension
Tutorials Apache Debian Ubuntu
Introduction> Introduction # Apache is a tried and tested HTTP server which comes with access to a very wide range of powerful extensions. Although it might not seem like the go-to choice in terms of running a reverse-proxy, system administrators who already depend on Apache for the available rich feature-set can also use it as a gateway to their application servers.
How To Create a Self-Signed SSL Certificate for Apache in Ubuntu 16.04
Tutorials Apache Security Ubuntu Ubuntu 16.04
Introduction> Introduction # 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.
How To Set Up Password Authentication with Apache on Ubuntu 14.04
Tutorials Apache Security Ubuntu
Introduction> Introduction # When setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide their own authentication and authorization methods, but the web server itself can be used to restrict access if these are inadequate or unavailable.
How To Secure Apache with Let’s Encrypt on Ubuntu 20.04
Tutorials Apache Let's Encrypt Ubuntu 20.04
Introduction> Introduction # Let’s Encrypt is a Certificate Authority (CA) that facilitates obtaining and installing free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers. It simplifies the process by providing a software client, Certbot, that attempts to automate most (if not all) of the required steps.
How To Migrate WordPress from Shared Hosting to a Cloud Server with Zero Downtime
Tutorials Apache Getting Started Ubuntu WordPress
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 Serve Django Applications with Apache and mod_wsgi on Ubuntu 16.04
Tutorials Apache Django Python Python Frameworks Ubuntu Ubuntu 16.04
Introduction> Introduction # Django is a powerful web framework that can help you get your Python application or website off the ground quickly. Django includes a simplified development server for testing your code locally, but for anything even slightly production related, a more secure and powerful web server is required.
How To Install an SSL Certificate from a Commercial Certificate Authority
Tutorials Apache Nginx Security
Introduction> Introduction # This tutorial will show you how to acquire and install an SSL certificate from a trusted, commercial Certificate Authority (CA). SSL certificates allow web servers to encrypt their traffic, and also offer a mechanism to validate server identities to their visitors.
How To Configure WebDAV Access with Apache on Ubuntu 12.04
Tutorials Apache Networking 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 Apache Virtual Hosts on Ubuntu 18.04
Tutorials Apache Ubuntu 18.04
Introduction> Introduction # The Apache web server is a popular method for serving websites on the internet. As of 2019, it is estimated to serve 29% of all active websites and it offers robustness and flexibility for developers.
How To Create a Custom 404 Page in Apache
Tutorials Apache
Why Create a Custom 404 Page> Why Create a Custom 404 Page # A custom 404 page lets you provide a user-friendly website to your visitors even in the midst of an error.
How To Configure Logging And Log Rotation In Apache On An Ubuntu VPS
Tutorials Apache Logging 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 Create a SSL Certificate on Apache for Debian 8
Tutorials Apache Debian Security
Introduction> Introduction # This tutorial walks you through the setup and configuration of an Apache server secured with an SSL certificate. By the end of the tutorial, you will have a server accessible via HTTPS.
How To Move an Apache Web Root to a New Location on Ubuntu 16.04
Tutorials Apache Block Storage Storage Ubuntu Ubuntu 16.04
Introduction> Introduction # On Ubuntu, by default, the Apache2 web server stores its documents in /var/www/html, which is typically located on the root filesystem with rest of the operating system. Sometimes, though, it’s helpful to move the document root to another location, such as a separate mounted filesystem.
How To Create an SSL Certificate on Apache for CentOS 7
Tutorials Apache CentOS Security
Introduction> Introduction # 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.
How To Create a SSL Certificate on Apache for Ubuntu 14.04
Tutorials Apache Security Ubuntu
Introduction> Introduction # TLS, or transport layer security, and its predecessor SSL, secure sockets layer, are secure protocols created in order to place normal traffic in a protected, encrypted wrapper.
How To Install WordPress with LAMP on Ubuntu 16.04
Tutorials Apache LAMP Stack Ubuntu Ubuntu 16.04 WordPress
Introduction> Introduction # 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.
How To Install IonCube Loader on Ubuntu 12.04
Tutorials Apache PHP
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 Run Django with mod_wsgi and Apache with a virtualenv Python environment on a Debian VPS
Tutorials Apache Debian Django
Introduction> Introduction # Working with Django applications, and Python applications in general, is a complex matter with many tools in use. There are multiple ways of achieving the same goal and often there is no single way to do things.