Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [.htpasswd]

.htpasswd is a flat-file used to store usernames and password for basic authentication of Apache HTTP Server.

0 votes
0 answers
11 views

How to statically build [apache htpasswd] as statically linked binary

I try to statically build htpasswd but failed I don't know how to ./configure properly, I tried lots of args about "static" but still failed --enable-mods-static=all --enable-static-...
tzq0301's user avatar
  • 11
1 vote
0 answers
36 views

Enable PDF download from URL using htpasswd (APACHE and WP)

I have a website with an UPLOAD folder full of PDF files. Directory list is disabled but Im not able to enable password to download file Assuming that the directory abs path is /home/user/server/wp-...
GMazzacua's user avatar
  • 118
0 votes
0 answers
31 views

Huawei browser on Android cannot download PDF files authenticated by auth_basic password on nginx

My website is built using Nginx. I set up auth_basic method for password verification on a PDF file named test.pdf. location /test.pdf { auth_basic "Please input password"; ...
Yanjin Hu's user avatar
0 votes
0 answers
45 views

Apache .htaccess is not listening to whitelisting

I've setup an .htaccess file to implement a password protected environment. The idea is that every user that lands on this domain will be asked to login with credentials (using .htpasswd). The only ...
Stef-Verniers's user avatar
0 votes
0 answers
29 views

How to manually clear the apache cache for .htpasswd?

I changed the password in .htpasswd for basic auth, but I could not break the cache on the old .htpasswd without putting credntials direct into the URL. Restarting apache didn't help. I don't want to ...
Magnus's user avatar
  • 3,552
0 votes
1 answer
534 views

I can't login into my private registry from the host machine's command line [closed]

This is a couple of weeks since I’m having nightmares failing to login into my private docker registry inside minikube virtual machine on macOS Big Sur with vitualbox 6.1.48 as hypervisor. The ...
Himmels DJ's user avatar
1 vote
1 answer
264 views

.htaccess with .htpasswd Password Mismatch In Docker Container

I am trying to take a website i build on Windows into a Docker Container. The Website works without Flaws but the Problem is when i try to Login i get this error in the Logs of the Docker Container: ...
Hansat's user avatar
  • 13
0 votes
1 answer
88 views

Problem Password Protecting a Specific Page/File with .htpasswd and .htaccess

I have a .htpasswd file I created in my home directory, and an existing .htaccess file for all of my site pages. I am trying to password protect only one of these pages. I tried grouping a new ....
Mer's user avatar
  • 1
0 votes
0 answers
22 views

How can I add .htpasswd with Laravel Forge for Laravel Nova?

I´m using Laravel 10 with Laravel Nova 4.31. For deployment / server management I use Laravel Forge. Now I want to protect the route /nova with .htaccess/.htpasswd (= "Security Rules" in ...
Mike's user avatar
  • 312
0 votes
0 answers
19 views

Unable to update the extServicePasswd file using htpasswd utility

I am unable to update the extServicePasswd file using the 'htpasswd' utility I deployed HTTPD on kubernetes using the "bullseye" tag. The user details in my httpd.conf is as below: User www-...
Abhilash Nair's user avatar
0 votes
0 answers
102 views

Protecting files using htpasswd but every time it's not accepting the password

I am using hostinger hosting, I have my root folder /public_html and I have added the .htpasswd file in this folder. I have another folder called /publish_html/demo and I have to protect this folder ...
Naren Verma's user avatar
  • 2,297
0 votes
1 answer
96 views

Configuring Apache to look for configuration files (.htpasswd) in DocumentRoot not in ServerRoot

I'm looking for a way to force Apache to look for files relatively to DocumentRoot not to ServerRoot. Now if I create .htaccess as follows: #Protect Directory AuthName "Please provide valid ...
Marcin Bobowski's user avatar
1 vote
1 answer
168 views

.htaccess Is Not working in Linux (Debian) apache2 (Google Cloud)

I know this topic has been discussed to death but I still don't see directions on how to debug this problem. I know the .htaccess file is being read because I added some gibberish to it and that broke ...
Marcos Camargo's user avatar
0 votes
0 answers
40 views

File Protection using .htpasswd

I'm running a small private wordpress blog and would like to protect the wp-login.php using .htaccess and .htpasswd. I'd like to be promoted by a additional password prompt when trying to access the ...
Newbie's user avatar
  • 1
0 votes
1 answer
95 views

chpasswd.cgi - change password on web won't work with more than 8 chars

Good night! I'm using a chpasswd.cgi to change password via web, the problem is that when I change the password to 123456789 it won't work. I'm migrating a proxy server to a new one, and I have more ...
Renobr's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
36