Re: [users@httpd] perl bypass apache basic authentication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/27/05, Faruk Okcu <farukokcu@xxxxxxxxx> wrote:
> <VirtualHost *:80>
>    ServerAdmin webmaster@xxxxxxxxxxxx
>    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.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux