I'm trying to install open ssl on my live apache 2.0 server
http://www.howtoforge.com/linux_apache2_ssl_php5_zendoptimizer_ioncubeloaderbut problem is as in all cases, we need to customize any OS solutions,
./configure --enable-ssl --with-ssl=/usr/local/ssl/
--enable-suexec --with-suexec-docroot=/usr
/local --enable-cgi --enable-rewrite --enable-so --enable-logio --prefix=/usr/local/apache
--enable-module=most --enable-shared=max --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc/httpd
I cannot find the following /usr/local
/usr/local/apache
I believe
--with-ssl=/usr/local/ssl/
is to indicate where to install.
but the rest I don't really knew what to substitute how do I actually find them?
thanks a lot!
Start Free Trial