You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Erwien Samantha Y <sa...@erwien.massaint.com> on 2002/07/30 08:43:40 UTC

[Fwd: Re: [Fwd: Can you help me about the installation of apache/php/MySQl/ssl ?]]

-----Forwarded Message-----

> From: Erwien Samantha Y <er...@1rstwap.com>
> To: Apache <us...@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
> > 
> > 5, cd ../php-4.2.2
> > ./configure \
> >  --with-apxs=/usr/local/apache/bin/apxs \
> >  --with-config-file-path=/usr/local/apache/conf \
> >  --enable-versioning --with-imap --with-imap-ssl \
> >  --with-ldap --with-mysql --enable-ftp \
> >  --with-gettext --disable-debug --enable-memory-limit=yes \
> >  --enable-track-vars
> > make
> > make install
> > 
> > cp /usr/local/src/php-4.2.1/php.ini-dist /usr/local/apache/conf/php.ini
> 
> try to copy php.ini to /usr/local/lib/
> 
> > 
> > Edit /usr/lcoal/apache/conf/httpd.conf :
> > 
> > AddType application/x-httpd-php .php
> > AddType application/x-httpd-php-source .phps
> > 
> > After run /usr/local/apache/bin/apcahectl startssl
> 
> check for error.log and ssl_engine_log or others related log
> maybe there are information that can help 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org