[Fwd: Re: [Fwd: Can you help me about the installation of
apache/php/MySQl/ssl ?]]
Erwien Samantha Y 30 July 2002 09:43:40
-----Forwarded Message-----
From: Erwien Samantha Y <erwien.samantha@1rstwap.com>> To: Apache <users@httpd.apache.org>> Subject: Re: [Fwd: Can you help me about the installation of apache/php/MySQl/ssl ?]> Date: 30 Jul 2002 13:40:45 +0700>
2, cd ../openssl-0.9.6d> > ./config -fPIC> > make> > make test> > make install> >
3, cd ../mod_ssl-2.8.5-1.3.22> > ./configure --with-apache=../apache_1.3.22> >
4, cd ../apache_1.3.22> > SSL_BASE=../openssl-0.9.6d \> > ./configure --enable-module=most --enable-shared=max \> > --enable-module=ssl --enable-shared=ssl \> > --disable-module=auth_dbm> > make> > make certificate TYPE=custom> > make install> >