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>


Reply via email to