Apache Server configuration support - apache 2 + ssl + openssl 0.9.7c solution!

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > February 2004 > apache 2 + ssl + openssl 0.9.7c solution!





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author apache 2 + ssl + openssl 0.9.7c solution!
Larry S

2004-02-20, 3:34 am

after a while of search post after post, and site after site, i think
i finally put together something here that works.. i hope it helps
anyone out there...

1. Install OpenSSL the normal way:
../config
make
make install

2. configure openssl to be shared
../config
make
make build-shared (do not do install)
mv libssl.so* /usr/local/lib
mv libcrypto.so* /usr/local/lib

3. Install apache with the following configs, and remember to remove
unneccesary modules later in the httpd.conf file
../configure --enable-ssl --with-ssl=/usr/local/ssl
--enable-modules=all --enable-so
make
make install

now build your certificated however you want.. and run ./apachectl
startssl

ldconfig
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com