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.

Reply via email to