How to configure Secure Site to use an htpasswd file for HTTP authentication?
stodge - October 27, 2009 - 14:18
| Project: | Secure Site |
| Version: | 6.x-2.4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
Am I right in thinking that Secure Site is the preferred method of configuring http authentication for Drupal? If so I don't understand how to configure authentication to Drupal using an htpasswd file (and an htgroup file). I already have my htpasswd setup for other websites and users can authenticate against it when I specifically configure Apache accordingly:
AuthType Basic
AuthName "Authorized Zone"
AuthUserFile /srv/conf/htpasswd
Require group authenticated-user
as an example. But how do I use this with Secure Site? I'm completely lost! Thanks

#1
You can't. Secure Site only authenticates Drupal users.