Re: AW: AUTH password

2012-05-15 Thread André Warnier
alexander.elg...@t-systems.com wrote: a...@ice-sa.com wrote: alexander.elg...@t-systems.com wrote: Hello, I am looking for a way to retrieve the AUTH password, without using mod_rewrite ... I'd be interested in how you would do it, using mod_rewrite. For my personal education.. mod_rewrite

AW: AUTH password

2012-05-15 Thread Alexander.Elgert
a...@ice-sa.com wrote: > your script can trust that id. So why would it need to know the user's > password ? In my case to encrypt the answer using AES with the password. Greetings, Alexander -- Deutsche Telekom AG Seamless ICT Security Infrastructure & Management im Auftrag T-Systems Internat

AW: AUTH password

2012-05-15 Thread Alexander.Elgert
a...@ice-sa.com wrote: > alexander.elg...@t-systems.com wrote: > > Hello, > > > > I am looking for a way to retrieve the AUTH password, without using > > mod_rewrite ... > > I'd be interested in how you would do it, using mod_rewrite. > For my personal education.. mod_rewrite is really powerful,

Re: AUTH password

2012-05-15 Thread André Warnier
alexander.elg...@t-systems.com wrote: Hello, I am looking for a way to retrieve the AUTH password, without using mod_rewrite ... I'd be interested in how you would do it, using mod_rewrite. For my personal education.. my $cgi = new CGI; $cgi->remote_user; # this is the user $cgi->remote

AUTH password

2012-05-15 Thread Alexander.Elgert
Hello, I am looking for a way to retrieve the AUTH password, without using mod_rewrite ... my $cgi = new CGI; $cgi->remote_user; # this is the user $cgi->remote_password???; # but where is the password? In PHP, this is $_SERVER['PHP_AUTH_PW']. It would be nice to know, if there is a proper

Re: Problem building mod_perl 1.31 -- Missing ExtUtils::Embed

2012-05-15 Thread Chris Brooks
Thank you Alexandr! perl-devel was installed, but for some reason ExtUtils::Embed was not. However, your email led me to install yum and then yum install perl-ExtUtils-Embed -- which did the trick. Thank you so much! -Chris On Mon, May 14, 2012 at 8:13 PM, Alexandr Ciornii wrote: > Hi > > 2012