Skip to main content

Apache

How To Create a SSL Certificate on Apache for CentOS 6
Tutorials Apache CentOS
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Create a Self-Signed SSL Certificate for Apache in Ubuntu 18.04
Tutorials Apache Security Ubuntu Ubuntu 18.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 Configure Apache Content Caching on Ubuntu 14.04
Tutorials Apache Caching Server Optimization Ubuntu
What is Caching?> What is Caching? # Caching is a method of improving server performance by allowing commonly requested content to be temporarily stored in a way that allows for faster access.
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 18.04
Tutorials Apache Databases MySQL PHP Ubuntu 18.04
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 Rewrite URLs with mod_rewrite for Apache on Ubuntu 16.04
Tutorials Apache Ubuntu Ubuntu 16.04
Introduction> Introduction # In this tutorial, we will activate and learn how to manage URL rewrites using Apache 2’s mod_rewrite module. This module allows us to rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query strings or redirecting URLs based on additional conditions.
How To Install the Apache Web Server on CentOS 7
Tutorials Apache CentOS
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.
How To Install Apache Tomcat on Ubuntu 12.04
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 Cassandra and Run a Single-Node Cluster on Ubuntu 14.04
Tutorials Apache NoSQL Ubuntu
Introduction> Introduction # Cassandra, or Apache Cassandra, is a highly scalable open source NoSQL database system, achieving great performance on multi-node setups. In this tutorial, you’ll learn how to install and use it to run a single-node cluster on Ubuntu 14.
How To Install WordPress with LAMP on Ubuntu 18.04
Tutorials Apache LAMP Stack Ubuntu Ubuntu 18.04 WordPress
Introduction> Introduction # WordPress is the most popular content management system (CMS) on the internet. It allows you to set up flexible blogs and websites on top of a MySQL backend with PHP processing.
How To Install, Configure, And Use Modules In The Apache Web Server
Tutorials Apache 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 Protect an Apache Server with Fail2Ban on Ubuntu 14.04
Tutorials Apache Firewall Security Ubuntu
Introduction> Introduction # When operating a web server, it is important to implement security measures to protect your site and users. Protecting your web sites and applications with firewall policies and restricting access to certain areas with password authentication is a great starting point to securing your system.
How To Set Up Apache Virtual Hosts on CentOS 6
Tutorials Apache CentOS
Status: Deprecated> Status: Deprecated # This article covers a version of CentOS that is no longer supported. If you are currently operating a server running CentOS 6, we highly recommend upgrading or migrating to a supported version of CentOS.
How To Configure WebDAV Access with Apache on Ubuntu 14.04
Tutorials Apache Networking Ubuntu
Introduction> Introduction # WebDAV is an extension of the HTTP protocol that allows users to manage files on servers. There are many ways to use a WebDAV server. For example, you can share Word or Excel documents with your colleagues by uploading them to your WebDAV server.
How To Use Apache as a Reverse Proxy with mod_proxy on CentOS 7
Tutorials Apache CentOS Load Balancing
Introduction> Introduction # A reverse proxy is a type of proxy server that takes HTTP(S) requests and transparently distributes them to one or more backend servers. Reverse proxies are useful because many modern web applications process incoming HTTP requests using backend application servers which aren’t meant to be accessed by users directly and often only support rudimentary HTTP features.
How To Secure Apache with Let’s Encrypt on CentOS 7
Tutorials Apache CentOS Let's Encrypt Open Source Security
Introduction> Introduction # Let’s Encrypt is a Certificate Authority (CA) that provides free certificates for Transport Layer Security (TLS) encryption, thereby enabling encrypted HTTPS on web servers. It simplifies the process of creation, validation, signing, installation, and renewal of certificates by providing a software client that automates most of the steps—Certbot.
How To Install and Configure OpenLDAP and phpLDAPadmin on an Ubuntu 14.04 Server
Tutorials Apache PHP Security Ubuntu
Introduction> Introduction # LDAP, or Lightweight Directory Access Protocol, is a protocol designed to manage and access related information in a centralized, hierarchical file and directory structure. In some ways, it operates similarly to a relational database, but this does not hold true for everything.
How To Install Apache Kafka on Ubuntu 14.04
Tutorials Apache Java Messaging Ubuntu
Introduction> Introduction # Apache Kafka is a popular distributed message broker designed to handle large volumes of real-time data efficiently. A Kafka cluster is not only highly scalable and fault-tolerant, but it also has a much higher throughput compared to other message brokers such as ActiveMQ and RabbitMQ.
How To Install and Configure Nextcloud on Ubuntu 16.04
Tutorials Apache Applications Ubuntu Ubuntu 16.04
Introduction> Introduction # Nextcloud, a fork of ownCloud, is a file sharing server that permits you to store your personal content, like documents and pictures, in a centralized location, much like Dropbox.
How To Set Up mod_security with Apache on Debian/Ubuntu
Tutorials Apache Firewall Security Ubuntu
Prelude> Prelude # Mod security is a free Web Application Firewall (WAF) that works with Apache, Nginx and IIS. It supports a flexible rule engine to perform simple and complex operations and comes with a Core Rule Set (CRS) which has rules for SQL injection, cross site scripting, Trojans, bad user agents, session hijacking and a lot of other exploits.
How To Set Up Apache with a Free Signed SSL Certificate on a VPS
Tutorials Apache Security
Note: You may want to consider using Let’s Encrypt instead of the StartSSL.com process below. Let’s Encrypt is a new certificate authority that provides a free and easy way of creating SSL/TLS certificates that are trusted in most web browsers.