I added an htpasswd.txt to sites-avaiable/default to protect my site: Now that i’m trying to remove it, I can’t get rid of a .htpasswd protection I set up previously. I’ve tried everything from creating .htaccess in the root of my site with satisfy any like this post suggests and this, to de…
Tag: .htpasswd
CentOS Subversion, Basic Auth Password file not working
So i have SVN installed and using HTTPD for a remote repository. All works well, until i use the password file. This is not working at all. Apache’s error_log says (13) Permission Denied: Could not open password file I have set the passwd file’s chmod to 777 and chown to apache, I also set the par…