htpasswd

All posts tagged htpasswd by Linux Bash
  • Posted on
    Featured Image
    Learn how to create a password-protected directory in Linux using the Apache server, `.htaccess`, and `.htpasswd`. This tutorial guides you from installing Apache and necessary utilities, through setting up directories and password files, to configuring server settings and testing your configuration for secure data access.
  • Posted on
    Featured Image
    Learn to secure web content using basic authentication with `.htpasswd` on a Linux server with Apache. This guide covers the installation of Apache, creation of the `.htpasswd` file, Apache configuration, and testing to ensure content is restricted to authorized users. Ideal for protecting less sensitive data in smaller apps or specific website areas.