SEO 및 웹 도구
•
무료 온라인 도구
HTTP 인증 생성기
Apache 및 Nginx HTTP 인증을 위한 .htpasswd 및 서버 구성 규칙을 생성합니다.
무료 사용
회원가입 없음
브라우저 기반
온라인 도구
HTTP 인증 생성기
준비 완료
Manage Accounts
Protected Directories
Use absolute system paths for
AuthUserFile compatibility.Please solve the captcha first.
.htpasswd Content
How to Setup Password Protection
Step 1: Save the .htpasswd File
Download the .htpasswd file and upload it to your server. It is highly recommended to place this file **outside** your public web directory (e.g., in /home/user/) for security.
Step 2: Apply Server Rules
Download or copy the .htaccess code and place it in the folder you want to protect. If you already have an .htaccess file, append these rules to the top.
Copy the Nginx rules into your site's server or location block within your Nginx configuration file (usually found in /etc/nginx/sites-available/).
Step 3: Restart/Reload
Apache usually picks up .htaccess changes instantly. For Nginx, you must reload the service using: sudo nginx -s reload.
HTTP 인증 생성기는 웹 서버에 대한 비밀번호 보호 파일을 생성하는 전문 보안 유틸리티입니다. .htpasswd 자격 증명 파일과 Apache(.htaccess) 및 Nginx에 필요한 구성 규칙을 모두 생성합니다. 다양한 암호화 유형에 대한 기본 지원과 올바른 서버 구현을 위한 가이드가 포함되어 있습니다.