On Tue, 6 Apr 2004 15:59:14 -0500
"Josh Close" <josh at teamfreeze.com> wrote:

> You can allow directory access and require a password so no one else
> will be able to log on.
> 
> <Directory "/path/to/directory">
> 	Options Indexes
> 	AllowOverride All
> 	AuthType Basic
> 	Require valid-user
> 	AuthName "name to identify auth"
> 	AuthUserFile /path/to/htpasswd/file/.htpasswd
> </Directory>
> 
> Then you'll have to make a .htpasswd file.
> 
> #htpasswd -c /path/to/htpasswd/file/.htpasswd username
> #/etc/init.d/httpd graceful
> 
> This is basic but should work.
> 

Outstanding!  Just what I was looking for!  Thanks!



-- 
Shawn

  Ne Obliviscaris --  "Forget Not"

  That which hits the fan will not be evenly distributed...

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list