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 documentation. See e.g.,
http://httpd.apache.org/docs-2.0/howto/auth.html

 and how do I access the login information
 from my Perl scripts? 

This is explained in the LWP::UserAgent documentation.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response




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 the Apache documentation. See e.g.,
http://httpd.apache.org/docs-2.0/howto/auth.html
and how do I access the login information
from my Perl scripts? 
This is explained in the LWP::UserAgent documentation.
That was all I needed. Thanks.
--
Andrew Gaffney
Network Administrator
Skyline Aeronautics, LLC.
636-357-1548
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/ http://learn.perl.org/first-response