01-25-07 06:21 PM
thanks Davide for your answer.
In fact, I just take a job and i have to maintain an apache server.
The .htaccess/.htpassword works fine,
But i have to do a new one, with another user/pass, and i can't change the
password!!
the php script: <? echo crypt( $mypass ) ?> returns
$1$Fp/.qa3.$LhyJujc2pbUwa/U.XQDVc.
instead of:
recksHX1tUaHA
There is effectivly a "AddModule mod_auth.c" line in httpd.conf.
and i can access the command line. i try
man crypt
man passwd
man encrypt...
nothing seems to tell me how to create an encrypted password...
"Davide Bianchi" <davideyeahsure@onlyforfun.net> a écrit dans le message de
news: slrneremtu.3d7.davideyeahsure@fogg.onlyforfun.net...
> On 2007-01-24, Alfred Wallace <popup@free.Fr> wrote:
>
> crypt probably.
>
>
> In mod_auth I suppose.
> What's the problem? As long as your username and password matches.
>
> Davide
>
> --
> People who do technical support for a living are bitter, twisted and
> uncharitable. Eight hours a day of telling people what's already in the
> manual [..] results in a steady and inexorable progression towards a
> state of depressive sociopathy. -dansdata.com
[ Post a follow-up to this message ]
|