On 12/29/05 3:07 PM, "Joshua Slive" <[EMAIL PROTECTED]> wrote:

> On 12/27/05, Faruk Okcu <[EMAIL PROTECTED]> wrote:
> <VirtualHost *:80>
>
> ServerAdmin [EMAIL PROTECTED]
>    DocumentRoot
> /usr/share/awstats/wwwroot
>    ServerName awstats.mydomain.com
>    ErrorLog
> logs/error_log
>    CustomLog logs/access_log combined
>
> <Directory
> "/usr/share/awstats/wwwroot">
>  AuthType Basic
>  AuthName "Operator Login"
>
> AuthUserFile /var/www/passwd/passwords
>  Require valid-user
>
> </Directory>
>
> </VirtualHost>
> #################### end
> #####################
>
> With a perl script using LWP::UserAgent, the
> response
> of get(url) function just prints the basic auth
> protected web
> page without suppling username and
> password.

Give us a specific example on
> a live website that we can test.

Joshua.


And just to double-check, you did quit your browser and try again?  Your
browser will resend username and password automatically after you have
logged in once.

Sean



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to