[typo] Newbie Question 1: Access control to Typo blogs
Ben Reubenstein
benr at x-cr.com
Thu Nov 1 18:32:05 EDT 2007
Should go something like this:
<Location /your/directory>
SSLRequireSSL #if you want SSL and have it configured
AuthType Basic
AuthName "My Secure Area"
AuthUserFile /path/to/your/authfile
Require valid-user
</Location>
Use htpasswd2 to create / maintain your authfile
On 11/1/07, Nick Rich <nrich123 at mac.com> wrote:
> Ben, many thanks for confirming my guess. Off to figure out the wilds
> of Apache directives :-)
>
> Nick
> _______________________________________________
> Typo-list mailing list
> Typo-list at rubyforge.org
> http://rubyforge.org/mailman/listinfo/typo-list
>
--
Ben Reubenstein
303-947-0446
http://www.x-cr.com
More information about the Typo-list
mailing list