[Date Prev][Date
Next][Thread Prev][Thread Next][Date
Index][Thread Index]
Apache Server Help
I'm configuring my Apache Server on Red Hat 9, I've got my MP3's on there
and I have a virtual host setup to access the directory.
<httpd.conf SNIP>
<VirtualHost *:PORTNO>
DocumentRoot "/DIR/MP3s"
</VirtualHost>
</httpd.conf SNIP>
I'm using andromeda at the moment to view the MP3's over the web and this
works.
I want to secure this using .htaccess etc which I've set up
<.htaccess SNIP>
AuthType Basic
AuthName "Protected Area"
AuthUserFile /DIR/MP3s/.htpasswd
require valid-user
</.htaccess SNIP>
How do I get Apache to require the username and password as set up in
.htpasswd
Thanks
Neil
[Non-text portions of this message have been removed]
Home |
Main Index |
Thread Index
|