Installing NGINX in Ubuntu 18.04 LTS What is NGINX? NGINX has powerful load balancing, reverse proxy and cache features, an open-source web server. It was first...
Installation of LAMP Stack on Ubuntu 16 LAMP, which operates Linux as the operating system, is an open-source web-developing platform using Apache as the web-based server and...
Rewrite URLs using mod_rewrite and Apache You’ll learn how to rewrite the URLs using mod rewrite and Apache in this article. Rewrite a URL is a...
How to Configure ModSecurity in Apache Introduction ModSecurity is a web firewall application for an Apache web server. In addition to providing logging capabilities, ModSecurity can...
Rule-based Access Control for Apache Apache provides a set of tools that allow administrators to manage server-provided access to specific resources. You can already know...