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

Re: [cobalt-users] Apache 1.3.26 + PHP 4.2.1




> Hello Cobalt-Users!
>
> I have a customer who wants the following config:
> RedHat 7.2 (I know Raq4 is based on 6.x)
> Apache 1.3.26 (my Apache tells me 1.3.20)
> PHP 4.2.1 (at now 4.1.2 from pkgmaster.com)
> GD Lib 1.6.2 or higher
> mcrypt  V 2.4.x
> mhash Modul
> OpenSSL 0.9.6g [engine] 9 Aug 2002
> BCMath Support enabled
> ImageMagic Library 5.5.2
> SSH-Access
>
> I have no info why they are need mhash, mcrypt, ... this all!
> I havn´t used this stuff for the other Websites!
>
> But now I have the following questions:
> *) Redhat 7.2 (is the 550 based on RH 7.2)?
> *) Apache Upgrade to 1.3.26 (or Package)?
> *) Package for PHP 4.2.x or manual install?
> *) I think gd2 is installed (how can I verify this?)
> *) The way to install the modules mhash, mcrypt?
> *) The way or pkg for OpenSSL 0.9.6g? (My Version is 0.9.6b)
> *) How to I enable the BCMath functions?
> *) Is it safe to install ImageMagick in this version and which is the best
> way?
> (what graphic-files are supported?)
> *) Is it safe to give a user a SSH-Access? (pkg from pkgmaster.com)
>
> I have also the ./config line from the customer.
> I you need it, please tell me?
>
> Thanks for all the time to write back.
>
> Klein Joachim

Ask him to try out his site on the cobalt (which ones do you have I am
assuming Raq 4)  and tell you if any specific function is not working.
Use

<?php
phpinfo();
?>

in somefile.php to see what all do you have on your cobalt's PHP.

TD