Skip to main content

Apache

How To Install phpMyAdmin From Source on Debian 10
Tutorials Apache Applications Debian 10 MariaDB PHP
Introduction> Introduction # While many users need the functionality of a database management system like MariaDB, they may not feel comfortable interacting with the system solely from the MariaDB prompt.
How To Troubleshoot Common HTTP Error Codes
Tutorials Apache Conceptual FAQ Nginx
Introduction> Introduction # When accessing a web server or application, every HTTP request that is received by a server is responded to with an HTTP status code. HTTP status codes are three-digit codes, and are grouped into five different classes.
How To Set Up Password Authentication with Apache on Ubuntu 16.04
Tutorials Apache Ubuntu Ubuntu 16.04
Introduction> Introduction # When running a website, there are often parts of the site that you’ll want to restrict from visitors. Web applications may provide their own authentication and authorization methods, but the web server itself can also be used to restrict access if these are inadequate or unavailable.
How To Set Up mod_rewrite for Apache on Ubuntu 14.04
Tutorials Apache Ubuntu
Introduction> Introduction # In this tutorial, we will activate and learn how to manage URL rewrites using Apache2’s mod_rewrite module. This tool allows us to rewrite URLs in a cleaner fashion, translating human-readable paths into code-friendly query strings.
How To Install Apache Kafka on Ubuntu 18.04
Tutorials Apache Java Messaging Ubuntu Ubuntu 18.04
The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. Introduction> Introduction # Apache Kafka is a popular distributed message broker designed to efficiently handle large volumes of real-time data.
How To Configure Nginx as a Web Server and Reverse Proxy for Apache on One Ubuntu 16.04 Server
Tutorials Apache Nginx PHP Ubuntu 16.04
Introduction> Introduction # Apache and Nginx are two popular open source web servers often used with PHP. It can be useful to run both of them on the same virtual machine when hosting multiple websites which have varied requirements.
How To Protect Against DoS and DDoS with mod_evasive for Apache on CentOS 7
Tutorials Apache CentOS Security
Introduction> Introduction # The mod_evasive Apache module, formerly known as mod_dosevasive, helps protect against DoS, DDoS (Distributed Denial of Service), and brute force attacks on the Apache web server. It can provide evasive action during attacks and report abuses via email and syslog facilities.
How To Configure Nginx as a Web Server and Reverse Proxy for Apache on One Ubuntu 18.04 Server
Tutorials Apache Let's Encrypt Nginx PHP Ubuntu 18.04
The author selected the Electronic Frontier Foundation to receive a donation as part of the Write for DOnations program. Introduction> Introduction # Apache and Nginx are two popular open-source web servers often used with PHP.
How To Set Up Apache Virtual Hosts on Debian 8
Tutorials Apache Debian Deployment DNS
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 Use Apache as a Reverse Proxy with mod_proxy on Ubuntu 16.04
Tutorials Apache Load Balancing Ubuntu Ubuntu 16.04
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.