About apache + ssl + php, would you mind to send me your installation
steps :
My system is Redhat 6.2...
This is my installation steps , but fail :

1. Install openssl

cd openssl-0.9.6d ( Must I delete the 0.9.5a default by system ? )
./config
make
make test
make install

2.Install MM and gettext

cd mm-1.1.3
./configure --disable-shared
make
make install

cd gettext-0.10.40
./configure
make
make check
make install
make clean

3. Install mod_ssl

cd mod_ssl-2.8.5-1.3.22
./configure --with-apache=../apache_1.3.22 --with-ssl=../openssl-0.9.6d
--with-mm=../mm-1.1.3

5. Install apache

cd apache_1.3.22
EAPI_MM=SYSTEM ./configure --enable-rule=SHARED_CORE
--enable-module=most --enable-shared=max

make
make certificate TYPE=custom
make install

6. Install php

cd php-4.2.1
./configure --with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf/  --enable-ftp \
--with-imap --with-kerberos --with-imap-ssl --with-ldap \
--with-mysql --enable-versioning --with-gettext
make
make install

Edit /usr/local/apache/conf/httpd.conf :

AddType application/x-httpd-php .php .php3
AddType application/x-httpd-php-source .phps

Any mistake ?

Thank for your help !

Edward.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to