Re: using HTTP authentication

2004-08-04 Thread Andrew Gaffney
Bob Showalter wrote: Andrew Gaffney wrote: I want to use HTTP authentication with Apache 2.x for a project I'm working on. I only need 1 user to be able to access the whole site (similar to a consumer router's web interface). Okay. What do I need to do to setup it up in Apache This is found in th

RE: using HTTP authentication

2004-08-04 Thread Bob Showalter
Andrew Gaffney wrote: > I want to use HTTP authentication with Apache 2.x for a project I'm > working on. I only need 1 user to be able to access the whole site > (similar to a consumer router's web interface). Okay. > What do I need to do to setup it up in Apache This is found in the Apache d

using HTTP authentication

2004-08-03 Thread Andrew Gaffney
I want to use HTTP authentication with Apache 2.x for a project I'm working on. I only need 1 user to be able to access the whole site (similar to a consumer router's web interface). What do I need to do to setup it up in Apache and how do I access the login information from my Perl scripts? --