I’m trying to access a folder in Linux Apache server and it’s coming up with Authenticatio Required prompt.
How do I reset or find this login details in Cent OS VPS server?
Is this made through htpasswd and if so, what is the name of the file created and where can I look this up?
Have a look in the Apache configuration files, located possibly in /etc/httpd/ folder and look for a block of lines like these (probably in a VirtualHost block):
Then the
AuthUserFileline will tell you where is the file you need to edit to add/remove/update the user through the htpasswd command, i.e. to update ‘joe’ password