[LUAU] htaccess

Mike Ballon calzonie at hawaii.rr.com
Mon May 31 05:04:38 PDT 1999


place .htaccess file in the directory you want protected
create the password file with htpasswd -c /pathto/.htaccess usernameyouwant
(leave out the -c to append)

[sample .htaccess]
AuthUserFile /home/whatever
AuthGroupFile /dev/null
AuthName LUAU
AuthType Basic

<Limit GET POST>
require valid-user
</Limit>

[sample .htpasswd]
username:x4DtaLTqsElC2
luau:x4DtaLTqsElC2
test:x4DtaLTqsElC2




-----Original Message-----
From: David C. Eason, Jr. <deason at hawaii.edu>
To: luau at luau.hi.net <luau at luau.hi.net>
Date: Monday, May 31, 1999 1:54 AM
Subject: [LUAU] htaccess


>I want to password protect some pages, not quite sure how to go about it.
>I know the .htaccess file is involved.  Anyone have some instructions?
>
>
>
>-Dave
>
>
>
>
>
>
>
>
>
>
>
>
>------BEGIN GEEK CODE BLOCK-----
>GCS dpu s+:+ a-- C++ UL++++ P+ L++ E---- W+++ N+++ o K--- w-- 
>O---- M-- V-- PS PE Y+ PGP+++ t--- 5-- X- R-- tv++ b++++ DI+++
>D- G+++ e+ h++ r--- z**
>------END GEEK CODE BLOCK------
>
>
>--
>-     __   __  __________  __
>-    / /  / / / / __  / / / /  Home Page: http://luau.hi.net
>-   / /__/ /_/ / /_/ / /_/ /
>-  /____/\____/_/ /_/\____/  LUAU - Linux Users AnonymoUs - Hawaii
>
>-   To unsubscribe: echo unsubscribe luau | mail majordomo at luau.hi.net
>-           LUAU meetings are the 3rd Tuesday of each month 6pm
>-                   Manoa Innovation Center Meeting Room

--
-     __   __  __________  __
-    / /  / / / / __  / / / /  Home Page: http://luau.hi.net
-   / /__/ /_/ / /_/ / /_/ /
-  /____/\____/_/ /_/\____/  LUAU - Linux Users AnonymoUs - Hawaii

-   To unsubscribe: echo unsubscribe luau | mail majordomo at luau.hi.net
-           LUAU meetings are the 3rd Tuesday of each month 6pm
-                   Manoa Innovation Center Meeting Room



More information about the LUAU mailing list