Re: AW: AW: AW: AW: AUTH password

2012-05-16 Thread André Warnier
alexander.elg...@t-systems.com wrote: Nice to know, that people with an academic degree in computer science and a certificate of IT security are called "script-kiddy" on this mailing list. I wrote ".. made it /sound/ like something coming from a "script-kiddie". I did not say you were. Re-re

AW: AW: AW: AW: AUTH password

2012-05-16 Thread Alexander.Elgert
Re: AW: AW: AW: AUTH password alexander.elg...@t-systems.com wrote: > Thank you, it works. > > -- > # http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html > use CGI; > #use Apache (); > #use

Re: AW: AW: AW: AUTH password

2012-05-16 Thread André Warnier
alexander.elg...@t-systems.com wrote: Thank you, it works. -- # http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html use CGI; #use Apache (); #use APR::Base64; use Apache2::Access (); use Apache2::RequestRec (); u

AW: AW: AW: AUTH password

2012-05-16 Thread Alexander.Elgert
Thank you, it works. -- # http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html use CGI; #use Apache (); #use APR::Base64; use Apache2::Access (); use Apache2::RequestRec (); use Apache2::RequestUtil (); my $q = CGI