php-install Digest 14 Nov 2002 15:06:17 -0000 Issue 1119

Topics (messages 9129 through 9133):

MD5, DES Win32 w/Apache 2
        9129 by: Robert W. Kramer III
        9130 by: Rasmus Lerdorf

test
        9131 by: vyt

problem iwith build php42s3 with apache13s27
        9132 by: Arindam Haldar
        9133 by: Jim Thome

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Hello everyone,

For several days now I have been searching the 'net for information on
Apache and MD5/DES. My search strings have been fairly specific, but no
matter how or where I look, the ones talking the most about Apache, Win32,
MD5, DES are PHP related groups - and you get into it deeply. So, I'm taking
a chance here...

We've decided to migrate a couple of our services from Linux Redhat servers
to W2K servers. One of the services we're trying to put together is HTTP
with Frontpage Server Extensions, PHP, Perl, CGI, etc.

We've installed Apache 2.0.42 on W2K with FP 2000 Server Extensions.
Unfortunately, Frontpage uses DES encryption when creating passwords either
from within Frontpage client or from the command line program fpsrvadm on
the server itself. Both of these methods write user passwords in DES
encrypted form.

Apache itself though is defaulting to use MD5 - not only via the htpasswd
command but also when it authenticates users. The error_log shows this
error:

[Wed Nov 13 14:00:22 2002] [error] [client 123.123.123.123] user test:
authentication failure for "/~test/_vti_bin/_vti_aut/author.exe": Password
Mismatch

I can 'fix' this problem by running the apache2/bin/htpasswd  and creating
service.pwd with the same username and password. The service.pwd file is
then copied to the FP enabled web site in /_vti_pvt/ - after this, all
problems (apparent ones anyway) go away. Apache on our W2K server simply
will not deal with Frontpage's DES encrypted password files.

I just know one, if not most of you, are going to know: What module or
library is required for DES authentication using Apache 2.0.42 for Win32? Is
there an Apache directive that is eluding me?

Thank you for any help you can offer.

Bob Kramer



--- End Message ---
--- Begin Message ---
This is seriously the wrong list for this.  Why don't you ask on the
apache-users list?

On Wed, 13 Nov 2002, Robert W. Kramer III wrote:

>
> Hello everyone,
>
> For several days now I have been searching the 'net for information on
> Apache and MD5/DES. My search strings have been fairly specific, but no
> matter how or where I look, the ones talking the most about Apache, Win32,
> MD5, DES are PHP related groups - and you get into it deeply. So, I'm taking
> a chance here...
>
> We've decided to migrate a couple of our services from Linux Redhat servers
> to W2K servers. One of the services we're trying to put together is HTTP
> with Frontpage Server Extensions, PHP, Perl, CGI, etc.
>
> We've installed Apache 2.0.42 on W2K with FP 2000 Server Extensions.
> Unfortunately, Frontpage uses DES encryption when creating passwords either
> from within Frontpage client or from the command line program fpsrvadm on
> the server itself. Both of these methods write user passwords in DES
> encrypted form.
>
> Apache itself though is defaulting to use MD5 - not only via the htpasswd
> command but also when it authenticates users. The error_log shows this
> error:
>
> [Wed Nov 13 14:00:22 2002] [error] [client 123.123.123.123] user test:
> authentication failure for "/~test/_vti_bin/_vti_aut/author.exe": Password
> Mismatch
>
> I can 'fix' this problem by running the apache2/bin/htpasswd  and creating
> service.pwd with the same username and password. The service.pwd file is
> then copied to the FP enabled web site in /_vti_pvt/ - after this, all
> problems (apparent ones anyway) go away. Apache on our W2K server simply
> will not deal with Frontpage's DES encrypted password files.
>
> I just know one, if not most of you, are going to know: What module or
> library is required for DES authentication using Apache 2.0.42 for Win32? Is
> there an Apache directive that is eluding me?
>
> Thank you for any help you can offer.
>
> Bob Kramer
>
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

--- End Message ---
--- Begin Message ---
test


--- End Message ---
--- Begin Message --- hi all
im installing php for the first time the version i downloaded php 4.2.3 & apache 1.3.27..
i followed te steps as written & am sucessful in compiling php too but when i c the bin directory i cant find any php binary..the bin library shows these files installed....
[root@myRH root]# ls /usr/local/php/v4-2s3/bin/
pear pearize php-config phpextdist phpize phptar
[root@myRH root]#

the build option were...
[root@myRH php-4.2.3]# ./configure --prefix=/usr/local/php/v4-2s3 --with-apache=/usr/local/src/apache_1.3.27 --enable-cli --with-openssl --enable-sigchild --with-zlib --with-bz2 --with-gdbm --with-db3 --with-pgsql=/usr/local/pgsql/v7-2s3 --with-snmp --enable-sockets --with-xml

i read that present php supports have shell scipting features... if that is true then is it possible to develop the same scipts for both shell & as html for web ??

awaitng a reply very anxiously...
A.H

--- End Message ---
--- Begin Message ---
You compiled it as part of the Apache binary.  

Remove the switch "--with-apache=/usr/local/src/apache_1.3.27" and recompile.  This 
will create the PHP binary.

Yes it is possible (in most cases) to develop the same scripts for both shell and web, 
just keep in mind that the environment variables are probably not the same.

--
Jim

>>> Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 03:30AM >>>
hi all
im installing php for the first time the version i downloaded php 4.2.3 
& apache 1.3.27..
i followed te steps as written & am sucessful in compiling php too but 
when i c the bin directory i cant find any php binary..the bin library 
shows these files installed....
[root@myRH root]# ls /usr/local/php/v4-2s3/bin/
pear  pearize  php-config  phpextdist  phpize  phptar
[root@myRH root]#

the build option were...
[root@myRH php-4.2.3]# ./configure --prefix=/usr/local/php/v4-2s3 
--with-apache=/usr/local/src/apache_1.3.27 --enable-cli --with-openssl 
--enable-sigchild --with-zlib --with-bz2 --with-gdbm --with-db3 
--with-pgsql=/usr/local/pgsql/v7-2s3 --with-snmp --enable-sockets 
--with-xml

i read that present php supports have shell scipting features... if that 
is true then is it possible to develop the same scipts for both shell & 
as html for web ??

awaitng a reply very anxiously...
A.H


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 


--- End Message ---

Reply via email to