Tagged Questions
0
votes
0answers
110 views
Linux: Centos: enabling basic authentication
I am trying to set up basic authentication for a linux (centos) server.
I did the following:
mkdir /usr/local/apache
mkdir /usr/local/apache/passwd
echo > /usr/local/apache/passwd/passwords
...
1
vote
2answers
227 views
Apache basic HTTP authentication not working
Trying to setup basic HTTP authentication with Apache, but it's not working. I get the directory listing and files regularly, no authentication required. I tried restarting httpd and the browsers ...